Re: NSTableView crash when selected.
Re: NSTableView crash when selected.
- Subject: Re: NSTableView crash when selected.
- From: Corbin Dunn <email@hidden>
- Date: Fri, 13 Feb 2009 15:31:02 -0800
Appreciate any suggestions,
Yes, here's the things I would do, in this order:
1. break on objc_exception_throw : http://www.corbinstreehouse.com/blog/index.php/2008/08/your-most-important-breakpoint-in-cocoa/
2. Use Instruments to find the over release: http://www.corbinstreehouse.com/blog/index.php/2007/10/instruments-on-leopard-how-to-debug-those-random-crashes-in-your-cocoa-app/
3. Make sure you properly implement -copyWithZone: if you have a
custom cell
corbin
_______________________________________________
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