Changes between Version 4 and Version 5 of Debugging


Ignore:
Timestamp:
Sep 13, 2013, 8:25:37 PM (11 years ago)
Author:
historic_bruno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Debugging

    v4 v5  
    3535== Debugging Crashes ==
    3636
    37 You want two things when debugging crashes: 1) steps to reproduce, and 2) a call stack (i.e. back trace).
     37You want two things to debug a crash: 1) steps to reproduce, and 2) a call stack (i.e. back trace).
    3838
    3939=== Reproducing the crash ===