XCode automatically deactivating breakpoints

Posted by Brian Postow on Stack Overflow See other posts from Stack Overflow or by Brian Postow
Published on 2009-02-09T17:26:31Z Indexed on 2010/03/16 15:41 UTC
Read the original article Hit count: 460

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about mac

Related posts about xcode