Re: Removing subview crashes host application
Re: Removing subview crashes host application
- Subject: Re: Removing subview crashes host application
- From: Uli Kusterer <email@hidden>
- Date: Sun, 22 Apr 2007 01:33:29 +0200
Am 21.04.2007 um 23:04 schrieb Ken Tozier:
I looked at http://developer.apple.com/technotes/tn2004/tn2124.html
for how to set NSZombieEnabled which states that you add it to the
"Executables" item in Xcode but my code lives in a plugin and the
"Executables" item is empty. How do I turn this on for a plugin?
There should be a tech note somewhere in there (or maybe it's a
chapter in Xcode's help) about debugging plugins. Essentially, you
use Xcode's menus to create a new executable entry for the host
application and make that the executable to launch when debugging. On
that executable you can set the environment variables as described in
your tech note.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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