Re: More memory management questions
Re: More memory management questions
- Subject: Re: More memory management questions
- From: email@hidden
- Date: Mon, 4 Mar 2002 14:28:29 -0800
Lastly: I'm experimenting with getting my memory management right, and
am (predictably -- I am a newbie to Cocoa) getting exceptions in the
NSAutoreleasePool method. Is there any way for me to know what object it
is that causes the exception?
I didn't see anybody give a particularly useful answer to this part of
Joshua's question so...
Look at NSDebug.h, at NSZombieEnabled. The doc is in the header.
Zombies can be a very useful debugging tool for exactly this sort of
problem.
Ben Haller
Stick Software
_______________________________________________
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.