Re: Debugging preference pane
Re: Debugging preference pane
- Subject: Re: Debugging preference pane
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 23 Oct 2008 14:49:19 -0600
On Oct 23, 2008, at 2:36 PM, Adam Penny wrote:
This is the my console message when the panel hangs:
System Preferences[372:10b] [<ADPPrinter 0xf7a7200>
valueForUndefinedKey:]: this class is not key value coding-compliant
for the key host.
That means something's trying to access the key "host", and the
ADPPrinter class is not defining that key. So either you need to
provide that key, or if this is in error, find out what's trying to
access that key and get rid of it. Also, I strongly recommend setting
a global breakpoint on objc_exception_throw[1].
Nick Zitzmann
<http://www.chronosnet.com/>
[1] assuming you're using Leopard or later; if not, then set a
breakpoint on -[NSException raise]
_______________________________________________
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