• 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: xcode 2.2 problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xcode 2.2 problems


  • Subject: Re: xcode 2.2 problems
  • From: Lawrence Gold <email@hidden>
  • Date: Thu, 24 Nov 2005 00:11:54 -0700

Support wrote:
Hello,
I'm having a bunch of problems with 2.2. One of them is
that breakpoints won't go away. Each time I run my application,
it stops at breakpoints, I clear them and the next time I run,
it stops at each one again!

I've cleaned all targets; no luck.

Did you set the breakpoints in a subproject's source files? If so, try opening the subproject and then deleting the breakpoints.


Another way that ought to work is to go to Debug -> Console Log when you're stopped at a breakpoint, and at the (gdb) prompt type

	delete

This will delete all the breakpoints. If you just want to delete specific ones, type

	info breakpoints

to list all the breakpoints, and then

	delete <breakpoint number>

to delete them by number.
_______________________________________________
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: 
 >xcode 2.2 problems (From: Support <email@hidden>)

  • Prev by Date: Re: No such file error?
  • Next by Date: No documentation
  • Previous by thread: xcode 2.2 problems
  • Next by thread: Re: xcode 2.2 problems
  • Index(es):
    • Date
    • Thread