Changes between Version 16 and Version 17 of AppDebug
- Timestamp:
- Mar 25, 2008, 6:15:38 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDebug
v16 v17 34 34 There are separate instructions about [AppDebugWin deciphering a Windows stack trace]. 35 35 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]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. 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.