Re: Newbie: debugging raised exception
Re: Newbie: debugging raised exception
- Subject: Re: Newbie: debugging raised exception
- From: Jérôme Laurens <email@hidden>
- Date: Thu, 6 Jan 2005 11:22:38 +0100
Le 6 janv. 05, à 10:26, Charlton Wilbur a écrit :
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
many thanks, I know understand what is the real meaning of "break at
-[NSException raise]".
Please, don't laugh too loud, it is not that easy to RTFM for non
english speaking people;-)
_______________________________________________
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