Re: Enabling NSZombieEnabled programatically
Re: Enabling NSZombieEnabled programatically
- Subject: Re: Enabling NSZombieEnabled programatically
- From: Scott Ribe <email@hidden>
- Date: Mon, 11 Jan 2010 10:13:10 -0700
- Thread-topic: Enabling NSZombieEnabled programatically
> ...but was never able to...
So, would this work?
static int zombiefoo = EnableZombies();
void EnableZombies()
{ NSZombieEnabled = ... }
That would move it back to before main() is entered, though not necessarily
before various Obj-C classes are loaded.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden