Re: Still can't figure out this overrelease bug
Re: Still can't figure out this overrelease bug
- Subject: Re: Still can't figure out this overrelease bug
- From: Corbin Dunn <email@hidden>
- Date: Fri, 10 Jun 2005 15:11:47 -0700
I always enable NSZombieEnabled by setting it in code. Just import
<Foundation/NSDebug.h> in your target's main.m and then include a
line like "NSZombieEnabled = YES;" before NSApplicationMain() is
called. That works for me...
Another option is to add a run parameter with the value of "-
NSZombieEnabled YES". I prefer this option; it allows me to check the
run parameter on and off inside of Xcode.
--corbin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden