• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Permanent breakpoint
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Permanent breakpoint (From: "Yves Poissant" <email@hidden>)
 >Re: Permanent breakpoint (From: Lawrence Gold <email@hidden>)

  • Prev by Date: Re: Cross development with SDK 10.3.9 not compatible with 10.3.8
  • Next by Date: Re: Cross development with SDK 10.3.9 not compatible with 10.3.8
  • Previous by thread: Re: Permanent breakpoint
  • Next by thread: Re: Permanent breakpoint
  • Index(es):
    • Date
    • Thread