Re: Trying to track down error in NSPersistentDocument when saving
Re: Trying to track down error in NSPersistentDocument when saving
- Subject: Re: Trying to track down error in NSPersistentDocument when saving
- From: "Sean McBride" <email@hidden>
- Date: Mon, 17 Aug 2009 12:25:15 -0400
- Organization: Rogue Research Inc.
On 8/16/09 9:47 PM, Gideon King said:
>Cool - haven't used conditional breakpoints before, and didn't realize
>about objc_exception_throw...
Then you probably don't know about the ".gdbinit" file either (google
it), it's quite handy. Mine contains the following, which I suggest you
add to yours:
fb objc_assign_global_error
fb objc_assign_ivar_error
fb objc_exception_during_finalize_error
fb objc_exception_throw
fb szone_error
fb malloc_error_break
fb auto_zone_resurrection_error
fb auto_zone_thread_registration_error
fb auto_refcount_underflow_error
fb _NSLockError
fb -[_NSZombie release]
fb handleFailureInMethod:object:file:lineNumber:description:
fb handleFailureInFunction:file:lineNumber:description:
fb _NSAutoreleaseNoPool
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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