tags:

views:

1221

answers:

3

I'm using xcode in C++. I'm trying to debug my project, but at random intervals, it seems to ignore my breakpoints. There are three things that it does:

1) Sometimes, when I run, it automatically switches to "de-activate break points" mode. (the relevant button goes light and says "Activate")

2) Sometimes when I run, ALL of my breakpoints go "can't find" mode, with the yellow insides. I need to click twice on them to get them back dark blue (once to light blue = inactive, once to dark blue = active)

3) Sometimes, when I run, my breakpoint is dark blue, the button says "deactivate" and it still just ignores my breakpoint, running straight past it.

This makes it very difficult to debug my program...

I should add that I'm using XCode 3.1 beta on OSX 10.5.6, in case that matters.

thanks.

+17  A: 
epatel
Heh, you get credit for that here AND in apple forums... thanks!
Brian Postow
A: 

Why is XCode so broken?? This is my first time developing on a Mac platform and we have to make the program run on both Intel/ppc macs. I've encountered so many bugs on the PPC/XCode its unreal... But thank you epatel- worked perfectly.

PacaPaca
A: 

Had the same problem but only restarting the iPhone Simulator seemed to fix it.

Pegolon