To enable zombies and run your app: 1. Open terminal 2. export NSZombieEnabled=YES 3. /path/to/program.app/Contents/MacOS/program
... and stdout will of course go to the terminal window. Or, if the user is more technically apt, #3 can be 'gdb <path>', 'run', and when it crashes, 'bt' to get a backtrace. _______________________________________________ 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