Re: Debugging an ignored exception
Re: Debugging an ignored exception
- Subject: Re: Debugging an ignored exception
- From: Daniel Jalkut <email@hidden>
- Date: Sun, 26 Nov 2006 11:02:33 -0500
On Nov 26, 2006, at 3:09 AM, Chris Hanson wrote:
You should set a breakpoint on both -[NSException raise] and
objc_exception_throw. This will ensure that the debugger breaks on
both "[someException raise];" and "@throw someException;" statements.
Thanks, good tip. Probably something worth adding to my .gdbinit.
D
_______________________________________________
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