Re: Stupid newbie breakpoint on [NSException raise] question
Re: Stupid newbie breakpoint on [NSException raise] question
- Subject: Re: Stupid newbie breakpoint on [NSException raise] question
- From: Jens Alfke <email@hidden>
- Date: Mon, 14 Dec 2009 12:53:51 -0800
On Dec 14, 2009, at 12:49 PM, Paul Summermatter wrote:
> Still keeping in mind that I'm a stupid newbie, how do I set a break point on objc_exception_throw? I'm running Xcode 3.1.4, and I don't see that menu option that you mentioned. Also, according to the debugging logs, that breakpoint already seems to be set:
Kind of weird that it would be set if you hadn't added it yourself. Hm. The way to add a persistent symbolic breakpoint is to open the breakpoints panel (Run > Show > Breakpoints), double-click where it says "Double-click for symbol", then type in the function or method name.
You might already have an entry in there; if so, just make sure its checkbox is checked.
—Jens
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden