Re: [Q] Breakpoint problem
Re: [Q] Breakpoint problem
- Subject: Re: [Q] Breakpoint problem
- From: Howard Moon <email@hidden>
- Date: Mon, 21 Mar 2011 09:58:04 -0700
There was no phantom breakpoint. No matter where I put the try/catch, it would break on whatever line followed the end of the catch, as if the whole catch block were optimized out. Changing the code in the catch block to a function call to some meaningless function lets me break inside that function instead (although that's just an annoying workaround, not a real fix).
Thanks,
Howard
On Mar 21, 2011, at 9:53 AM, Michael Miller wrote:
> If you're using GDB, you can also open the console and type "info break" to list all the breakpoints and their breakpoint ID numbers. To delete a specific breakpoint, type "delete break #". "delete break" will delete every breakpoint. All you need to do is find the breakpoint that's Xcode failed to really delete and get rid of that one. (You can shorten these as well--"i b," "d b #," and "d b" will work equally well).
>
> Michael Miller
>
> On Mar 21, 2011, at 12:46 PM, Scott Ribe wrote:
>
>> I've seen it sometimes where there's a "phantom" breakpoint that Xcode won't display, but breaks on. In that case, opening the breakpoints window and deleting everything fixes it.
>>
>> --
>> Scott Ribe
>> email@hidden
>> http://www.elevated-dev.com/
>> (303) 722-0567 voice
>>
>>
>>
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Xcode-users mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden