Re: Core Data and unknown types
Re: Core Data and unknown types
- Subject: Re: Core Data and unknown types
- From: Scott Stevenson <email@hidden>
- Date: Mon, 11 Dec 2006 02:26:05 -0800
On Dec 7, 2006, at 12:21 PM, Alexander Griekspoor wrote:
messages or that someone knows how to set a breakpoint the moment
these messages would be displayed...
You can try setting a breakpoint on [NSException raise] (there's a
better one but I don't remember what it is).
You do this by going to Debug > Breakpoints and typing "[NSException
raise]" into the text field that says "Double-Click for Symbol."
If that breakpoint never triggers, the error probably isn't being
generated by a built-in framework. Most Apple code seems to favor the
exception model, at least for critical errors.
- Scott
_______________________________________________
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