Re: Permanent breakpoint
Re: Permanent breakpoint
- Subject: Re: Permanent breakpoint
- From: Andrew Kimpton <email@hidden>
- Date: Mon, 13 Jun 2005 21:56:53 -0700
On Jun 13, 2005, at 9:28 PM, Lawrence Gold wrote:
Yves Poissant wrote:
I'm having a permanent breakpoint issue. I have this source file
where I
set a breakpoint like two days ago but removed the breakpoind
eventually. However, xcode still breaks at this breakpoint with a
"Stopped at breakpoint" status even though there is no breakpoint
arrow
at this line and there is no breakpoint icon in the editor title bar.
Obviously, this breakpoint info is stored somewhere but is probably
messed up.
So where can I find this breakpoint info and how can I remove it?
Use the 'show br' command in the gdb console to list the break points
gdb knows about (you should see an entry for the 'non-existent'
breakpoint) and then type
delete <n>
where <n> is the problem breakpoint from the list you're given.
I think that this is 'permanent' or at least until you set another
breakpoint in the same or similar place that XCode then forgets about.
Andrew 8-)
_______________________________________________
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