Re: xcode 2.2 problems
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