On 2013 Sep 25, at 09:39, Kyle Sluder <[email protected]> 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 protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
