Re: Core Data and unknown types
Re: Core Data and unknown types
- Subject: Re: Core Data and unknown types
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 11 Dec 2006 13:39:49 -0700
On Dec 11, 2006, at 3:26 AM, Scott Stevenson wrote:
You can try setting a breakpoint on [NSException raise] (there's a
better one but I don't remember what it is).
It's actually "-[NSException raise]" (the dash in the front is
important). The other one is objc_exception_throw, and it is only
triggered when an exception is raised using the @throw command.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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