Many thanks!
I don't know how I got this far without ever putting a breakpoint on objc_exception_throw...

-Philip

Hey Philip -

Have you tried running with a breakpoint on objc_exception_throw? Looking at the backtrace when you hit the exception could shed some light on what is happening. If that doesn't work, you could try a breakpoint on NSLog(), or even write(). After you hit the breakpoint, a quick look at the backtrace might reveal an awakeFromNib or initWithCoder: method that's mutating a collection while enumerating it.

Good Luck -
Jon Hess
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to