Breaking to debugger on exceptions
Breaking to debugger on exceptions
- Subject: Breaking to debugger on exceptions
- From: Steve Palmer <email@hidden>
- Date: Tue, 20 Apr 2004 17:17:54 -0700
While debugging my application, I noticed this appear in the console:
2004-04-20 17:13:43.752 myapp[2128] Exception raised during posting of
notification. Ignored. exception: *** -[NSCFArray objectAtIndex:]:
index (-1) beyond bounds (0)
However there was no break into the debugger to let me figure out what
was happening. Similarly, any NSAsserts I have don't cause a break.
What do I have to do to force exceptions and asserts to break into the
debugger?
Thanks!
- Steve
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.