Re: Collection Views Breaking
Re: Collection Views Breaking
- Subject: Re: Collection Views Breaking
- From: Kyle Sluder <email@hidden>
- Date: Wed, 20 May 2015 14:09:30 -0500
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 (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