• 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: [Q] Breakpoint problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Q] Breakpoint problem


  • Subject: Re: [Q] Breakpoint problem
  • From: Michael Miller <email@hidden>
  • Date: Mon, 21 Mar 2011 12:53:59 -0400

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

  • Follow-Ups:
    • Re: [Q] Breakpoint problem
      • From: Howard Moon <email@hidden>
References: 
 >[Q] Breakpoint problem (From: JongAm Park <email@hidden>)
 >Re: [Q] Breakpoint problem (From: Scott Ribe <email@hidden>)

  • Prev by Date: Re: [Q] Breakpoint problem
  • Next by Date: Re: from symbol name to full documentation in Xcode 4
  • Previous by thread: Re: [Q] Breakpoint problem
  • Next by thread: Re: [Q] Breakpoint problem
  • Index(es):
    • Date
    • Thread