• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [Q] NSRunLoop igrnoring exception [NSCFDictionary setObject.... error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Q] NSRunLoop igrnoring exception [NSCFDictionary setObject.... error


  • Subject: Re: [Q] NSRunLoop igrnoring exception [NSCFDictionary setObject.... error
  • From: JongAm Park <email@hidden>
  • Date: Tue, 12 Feb 2008 22:28:06 -0800

Thank you.

Oh.. I didn't know that the Xcode had that kind of error catching method. It is "Debug->Add Symbolic Breakpoint", right?
I assume that it is not the "Add C++ Exception".


I will try it!! Thank you very much. :)


Jens Alfke wrote:

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


References: 
 >[Q] NSRunLoop igrnoring exception [NSCFDictionary setObject.... error (From: JongAm Park <email@hidden>)
 >Re: [Q] NSRunLoop igrnoring exception [NSCFDictionary setObject.... error (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: Adding obj-c++ file to carbon project changes preprocessed header file types
  • Next by Date: Re: Adding obj-c++ file to carbon project changes preprocessed header file types
  • Previous by thread: Re: [Q] NSRunLoop igrnoring exception [NSCFDictionary setObject.... error
  • Next by thread: Re: Cocoa-dev Digest, Vol 5, Issue 219
  • Index(es):
    • Date
    • Thread