Re: Debugging IB Errors
Re: Debugging IB Errors
- Subject: Re: Debugging IB Errors
- From: Ron Aldrich <email@hidden>
- Date: Fri, 30 Mar 2007 14:03:26 -0700
On Mar 30, 2007, at 3:52 AM, Sean Murphy wrote:
It might help to add a symbolic breakpoint on "-[NSTableColumn
valueForUndefinedKey:]" and then poking around in the debugger to
figure out more context information about this exception, such as
querying the column's identifier and parent tableView.
As a general debugging measure, I've found it useful to set a
symbolic breakpoint at -[NSException raise], which catches all kinds
of things...
Ron Aldrich
Software Architects, Inc.
_______________________________________________
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