Re: NSHangOnUncaughtException does not work ?
Re: NSHangOnUncaughtException does not work ?
- Subject: Re: NSHangOnUncaughtException does not work ?
- From: Aurélien Hugelé <email@hidden>
- Date: Thu, 25 Mar 2004 08:36:59 +0100
maybe i do not understand the goal of NSHangOnUnCaughtException, but
they are not in MY code, but in Cocoa's framework... (i try to insert
nil in an array... but i don't know where :( )
so i can't use -raise...
any other idea ?
thanks
Le 25 mars 04, ` 03:26, Nick Zitzmann a icrit :
On Mar 24, 2004, at 9:18 AM, Aurilien Hugeli wrote:
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...
Assuming you're using Objective-C, try setting a breakpoint on
"-[NSException raise]" without the quotes; that's the usual way of
breaking on exceptions in that language.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
<http://www.freshlysqueezedsoftware.com/>
S/MIME signature available upon request
UNIX: Where /sbin/init is Job #1.
_______________________________________________
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.
_______________________________________________
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.