Re: Permanent breakpoint
Re: Permanent breakpoint
- Subject: Re: Permanent breakpoint
- From: "Yves Poissant" <email@hidden>
- Date: Tue, 14 Jun 2005 18:54:27 -0400
- Organization: Hash Enterprises Inc.
Thanks Chris,
I found the problem. It is that the application uses Dynamic Libraries. All
the libraries have their own xcode project file. It seems that I
inadvertantly set the breakpoint while I was in the library project but I
was debugging the application project. Do you still consider this a bug? If
so, then I will file a bug report.
Yves
The breakpoints are stored in the .pbxuser file. Please file a bug
report and include your .pbxuser file and project.pbxproj file.
Thanks!
ChrisF
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?
When this happened to me once with Xcode 2.0, I was able to fix it by
removing the .model and .pbxuser files inside the main project bundle
and all of its subprojects' bundles. That's overkill and I didn't ever
figure out which file was at fault, but it did the trick and it hasn't
happened again. By the way, a side effect of this is that you'll lose
certain customizations, such as window positions and sizes.
_______________________________________________
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