Stack Trace Using Google Toolbox for Mac
Stack Trace Using Google Toolbox for Mac
- Subject: Stack Trace Using Google Toolbox for Mac
- From: Oleg Krupnov <email@hidden>
- Date: Fri, 6 Feb 2009 12:44:26 +0200
I've just tried to use some code from the Google Toolbox for Mac
(http://code.google.com/p/google-toolbox-for-mac/) for capturing stack
trace, and it works great! I get the human-readable names of the Cocoa
classes and methods.
It gives human-readable output both in Debug and Release
configurations, and even on other machines than mine.
I wonder however how is this possible that it works in the Release
configuration, where all debugging information is supposed to be
stripped? Or does it use some other kind of "reflection", specific to
Cocoa, that does not need the symbols? I'd appreciate a clarification,
because I began to worry that I may have messed up some build settings
of my project, so that the debug symbols leak to the release build.
Thanks!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden