Re: can't get NSZombie to work
Re: can't get NSZombie to work
- Subject: Re: can't get NSZombie to work
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 28 Apr 2004 11:05:18 -0600
On Apr 28, 2004, at 10:54 AM, Ben Dougall wrote:
i click on main which is the first one in the list to show code and
it's the end [pool release]; line. i already knew that's where the
actual crash takes place. how can i use NSZombie to find which object,
or at least object type? -- get more info basically? that's what
NSZombie's for right?
Watch the output from the debugger, which you can do by clicking on the
"Console Drawer" toolbar item if you haven't done so already. The
console output will tell you the type and address of the object that
NSAutoreleasePool attempted to deallocate. That should at least get you
started. You can find more useful information in the archives...
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.