Changes between Version 16 and Version 17 of AppDebug


Ignore:
Timestamp:
Mar 25, 2008, 6:15:38 PM (16 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDebug

    v16 v17  
    3434There are separate instructions about [AppDebugWin deciphering a Windows stack trace].
    3535
    36 Otherwise, you should at least get numeric (hex) stack traces. You can decipher these by running a symbolic debugger with an unstripped version and typing in the hex addresses. See [MacBacktrace Mac Backtrace] and [http://developer.apple.com/technotes/tn2004/tn2123.html#SECNOSYMBOLS Debugging without symbols]
     36Otherwise, you should at least get numeric (hex) stack traces. You can decipher these by running a symbolic debugger with an unstripped version and typing in the hex addresses. For details see [MacBacktrace Mac Backtrace].  While this page is written primarily for the Mac, much of it can be used on Linux and UNIX systems as well.