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