Re: HowTo Break in an NSAssert
Re: HowTo Break in an NSAssert
- Subject: Re: HowTo Break in an NSAssert
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 21 Apr 2009 19:34:03 -0600
On Apr 21, 2009, at 2:04 AM, Andreas Grosam wrote:
-[NSException raise], however, did not because it's not on the(my)
stack (maybe it's different on the iPhone?).
As of Leopard and iPhone OS 2.x, breakpoints on -[NSException raise]
never get hit. Only objc_exception_throw will be called when an ObjC
exception is thrown. Tiger was the only OS where you had to break on
both; earlier cats used -[NSException raise] exclusively.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden