FROM : Nick Zitzmann
DATE : Tue Aug 24 04:13:53 2004
On Aug 23, 2004, at 7:25 PM, Steve Sims wrote:
> I tried setting NSZombieEnabled, (double clicked on my executable in
> the XCode Groups & Files list and added NSZombieEnabled as an
> environment variable set to yes) but I'm not seeing any additional
> messages logged anywhere that I can see. Nothing in the GDB console,
> the system console, or anywhere I can think of. Is there some magic
> place that Zombie messages should be appearing?
You need to enable NSZombieEnabled by setting a boolean value inside
the program while the program is running, preferably before
NSApplicationMain() is called, not in an environmental variable. See
NSDebug.h inside Foundation for details.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Tue Aug 24 04:13:53 2004
On Aug 23, 2004, at 7:25 PM, Steve Sims wrote:
> I tried setting NSZombieEnabled, (double clicked on my executable in
> the XCode Groups & Files list and added NSZombieEnabled as an
> environment variable set to yes) but I'm not seeing any additional
> messages logged anywhere that I can see. Nothing in the GDB console,
> the system console, or anywhere I can think of. Is there some magic
> place that Zombie messages should be appearing?
You need to enable NSZombieEnabled by setting a boolean value inside
the program while the program is running, preferably before
NSApplicationMain() is called, not in an environmental variable. See
NSDebug.h inside Foundation for details.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.






Cocoa mail archive

