Re: Stopping on objc exceptions in Xcode
Re: Stopping on objc exceptions in Xcode
- Subject: Re: Stopping on objc exceptions in Xcode
- From: "Mark A. Stratman" <email@hidden>
- Date: Mon, 26 Jul 2004 09:18:00 -0500
Excellent, this is just what I was looking for. Thank you Kay and Carl.
- mark
On Jul 26, 2004, at 9:06 AM, Kay Roepke wrote:
How can you stop debugging on objective c exceptions in Xcode?
Essentially what I'm trying to do is find out where it's occurring (a
"*** -[NSCFArray objectAtIndex:]: index (1) beyond bounds (1)"
message, which I assume is an NSRangeException).
Set a breakpoint on +[NSException raise]. That should do the trick.
Regards,
Kay
P.S.: I'm pretty sure this is in the archives, too:
www.cocoabuilder.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.