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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com