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: Paul Summermatter <email@hidden>
- Date: Mon, 14 Dec 2009 16:24:40 -0500
Jens,
Thank you for the information. I suspect I set the breakpoint a few
months ago when I started working on this project. The
objc_exception_throw is definitely set (checked). The problem was
that I somehow had the Play column checked, which seems to basically
just skip over these exceptions (because I have no actions defined for
the breakpoint). So, this was indeed a stupid newbie issue as I
suspected.
Regards,
Paul
On Dec 14, 2009, at 3:53 PM, Jens Alfke wrote:
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