NSHangOnUncaughtException does not work ?
NSHangOnUncaughtException does not work ?
- Subject: NSHangOnUncaughtException does not work ?
- From: Aurélien Hugelé <email@hidden>
- Date: Wed, 24 Mar 2004 17:18:53 +0100
hi !
i have several exception firing in my program. Basically i would like
my program to hang on them so i can run gdb to observe where did it
fire...
in XCode i follow these steps :
- click on my executable
- added "NSHangOnUncaughtException" (without quote) as environment
variable ans set value "YES" (without quote)
- clean and rebuild the app in Development Style
that's all i did... it does not work :(
PS : in the NSDebug.h, the values are given with doublequote ("YES",
"NO") is it the souce of my problem ?
thanks !
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.