Re: Finding out of bounds error
Re: Finding out of bounds error
- Subject: Re: Finding out of bounds error
- From: Modesitt Software <email@hidden>
- Date: Tue, 5 Apr 2005 19:57:34 -0700
On Apr 5, 2005, at 6:53 PM, Joshua Done wrote:
On Apr 6, 2005, at 8:58 AM, Modesitt Software wrote:
Is there a way to get the debugger to stop when the out of bounds
occurs? I'm having a hard time determining where in my code this
happens.
add a symbolic breakpoint. You can pull up the breakpoints window
using opt-cmd-b.
Set the breakpoint to:
[NSException raise]
-joshua
Tried that, but the debugger doesn't break. I still get the error
message, but the debugger doesn't break.
Thanks anyway,
Bill
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden