I am currently running the xcode 4.3.1, i found that if I don’t do any code change and rerun a program with the same set of breakpoint set before, xcode won’t stop at the breakpoints anymore. My fix at the moment is to put in some junk NSLog statement which is very time consuming. Did anyone has the problem before? Am I missing some setting in preference?
Share
Have you checked to make sure the “breakpoints” button is still pressed.
Otherwise you can try restarting xcode/your machine. Sometimes xcode starts doing weird things if you leave it running.
Last option would be to actually just reinstall xcode.
The problem you are facing seems to be an xcode issue and unrelated to your actual code. I created a small app and put breakpoints but was unable to reproduce your issue.