Re: Newbie: debugging raised exception
Re: Newbie: debugging raised exception
- Subject: Re: Newbie: debugging raised exception
- From: Charlton Wilbur <email@hidden>
- Date: Thu, 6 Jan 2005 04:26:30 -0500
On Jan 6, 2005, at 4:03 AM, Jérôme Laurens wrote:
Something that might help people in debugging their app.
I've not seen it in the archives, hth.
[snipped]
There's a much easier way. (I remember this clearly because I needed to look up details on it just tonight.) In Xcode, choose Debug > Breakpoints. In that window, click on the "New Breakpoint" button. This allows you to create a symbolic breakpoint. If you enter -[NSException raise], the debugger will stop every time an exception is raised.
Charlton
--
Charlton Wilbur
email@hidden
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden