On Wed, May 20, 2015, at 01:12 PM, Alex Zavatone wrote: > Whaaa? > > The app throws an exception, but setting an exception breakpoint never > gets triggered?
EXC_BAD_ACCESS is a hardware exception. It has nothing to do with a software exception (the kind thrown by @throw or +[NSException raise], and which you can set a breakpoint on). It's unfortunate that the software industry uses the same term for both. It also doesn't help that certain other platforms unify the concepts (essentially trapping on hardware exceptions and re-raising them as software exceptions). --Kyle Sluder _______________________________________________ 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