On Aug 24, 2012, at 9:28 AM, Alex Zavatone <z...@mac.com> wrote: > This is very eye opening and likely to be hugely time saving, especially with > those storyboard crashes where you're not in code. > > http://www.fruitstandsoftware.com/blog/2012/08/quick-and-easy-debugging-of-unrecognized-selector-sent-to-instance/
It's better to set a breakpoint on exception raises. That way you stop at the point of failure for all sorts of exceptions, not just this particular one. This is an indispensable debugging tool. This is even easier to set up. From that same pop-up choose "Add Exception Breakpoint…". Then press Done. That's it. —Jens
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com