Re: [Q] NSRunLoop igrnoring exception [NSCFDictionary setObject.... error
Re: [Q] NSRunLoop igrnoring exception [NSCFDictionary setObject.... error
- Subject: Re: [Q] NSRunLoop igrnoring exception [NSCFDictionary setObject.... error
- From: Jens Alfke <email@hidden>
- Date: Tue, 12 Feb 2008 21:08:05 -0800
On 12 Feb '08, at 7:56 PM, JongAm Park wrote:
NSRunLoop igrnoring exception. [NSCFDictionary setObject:forkey:]:
attempt to insert nil key that raised during ordered perform of target
379610 and selector parseMessages.
-parseMessages - Line 202
That shows you what the excepion is, and where it was caught. But what
you want to know is where the exception was thrown from. The best way
to do that is to run the program in gdb (or Xcode's debugger) and set
a breakpoint at "objc_exception_throw". (Or if you're on 10.4, on "-
[NSException raise]" and "NSRaiseError".)
—Jens_______________________________________________
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