Re: Debugging an ignored exception
Re: Debugging an ignored exception
- Subject: Re: Debugging an ignored exception
- From: Chris Hanson <email@hidden>
- Date: Sun, 26 Nov 2006 00:09:27 -0800
On Nov 25, 2006, at 9:13 AM, Daniel Jalkut wrote:
Set a breakpoint on -[NSException raise]. That will at least stop
you in the debugger at the point of the infraction.
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.
-- Chris
_______________________________________________
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