Re: Silent Self-Caught Exceptions vs. "All Exceptions" Breakpoint
Re: Silent Self-Caught Exceptions vs. "All Exceptions" Breakpoint
- Subject: Re: Silent Self-Caught Exceptions vs. "All Exceptions" Breakpoint
- From: Jerry Krinock <email@hidden>
- Date: Wed, 25 Sep 2013 10:00:44 -0700
On 2013 Sep 25, at 09:39, Kyle Sluder <email@hidden> wrote:
> That looks like a C++ exception. What happens if you edit the breakpoint to only break on ObjC exceptions?
Thanks, Kyle. Good guess. Indeed, if I edit the breakpoint and change the popup from "All" to "Objective-C", then it does not break when I try to reproduce.
What do we think of that? I'd hate to conclude that Cocoa's built-in C++ Exceptions are not worthy of attention.
By the way, I actually need to hit the "Continue" button in Xcode three times, with smaller call stacks. Apparently three functions in that stack are raising an exception.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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