RE: XCode Ignoring Breakpoints
RE: XCode Ignoring Breakpoints
- Subject: RE: XCode Ignoring Breakpoints
- From: "Brant Sears" <email@hidden>
- Date: Thu, 29 Dec 2005 13:25:13 -0500
- Thread-topic: XCode Ignoring Breakpoints
Title: RE: XCode Ignoring Breakpoints
>XCode has started ignoring all of my breakpoints. It just acts like
>they're not there at all. I even tried starting a new project, and
>adding all of my class files, etc., and it is still doing it. Anyone
>come across this, and know of any possible explanations/solutions?
I had a problem with this at one time, but I think Apple fixed the problem. In my case, I was creating a project that was inside a directory (several levels down) called "C:" and somehow this was causing breakpoints set graphically via XCode to be ignored. Breakpoints set via the GDB command line worked. The work around was to rename "C:" to "C" when I wanted to work and back to "C:" when I wanted to use the source code control product that required the C: folder (Borland Star Team).
So, you might try checking to see if you have a folder with a funny name (like contains a colon) or try setting breakpoints via the GDB command line to see if those are ignored.
_______________________________________________
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