Re: Debugging Information
Re: Debugging Information
- Subject: Re: Debugging Information
- From: Joar Wingfors <email@hidden>
- Date: Mon, 18 May 2009 07:59:54 -0700
On 18 maj 2009, at 07.48, ALEXander wrote:
when the objective C runtime engine throws an exception during
runtime, I get messages like
2009-05-18 16:31:58.370 Control[27911:813] *** -[NSKeyedUnarchiver
initForReadingWithData:]: data is NULL
in the console of Xcode. How do I find out where in my code this
problem occured?
Put a breakpoint on "objc_exception_throw" and launch your app under
the debugger.
j o a r
_______________________________________________
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