• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Collection Views Breaking
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Collection Views Breaking (From: Luther Baker <email@hidden>)
 >Re: Collection Views Breaking (From: Alex Zavatone <email@hidden>)
 >Re: Collection Views Breaking (From: Luther Baker <email@hidden>)
 >Re: Collection Views Breaking (From: Alex Zavatone <email@hidden>)

  • Prev by Date: Follow up to DatePicker Question
  • Next by Date: Re: Follow up to DatePicker Question
  • Previous by thread: Re: Collection Views Breaking
  • Next by thread: Re: Collection Views Breaking
  • Index(es):
    • Date
    • Thread