I'm having this weird bug: I put some breakpoints in my code, the debugger stops on them, but Xcode doesn't bring me to the file/line where breakpoints are. It just jumps to the project page where you edit your project settings (build phases, build settings, etc.). And when I go to the breakpoints navigator and click on a breakpoint, it doesn't take me to the breakpoint either.

I don't have a clue why this happen. Breakpoints in my other project work fine.

Have you ever had this problem? If someone could help I would be very greatful. It's really annoying.

I'm using Xcode 4.2.

link|improve this question
Are the files still part of the project? – Daniel Jan 24 at 17:23
Sure, they are ! – bob Jan 24 at 17:25
Huh.... Sorry, I've got nothing – Daniel Jan 24 at 17:27
OK :) Thank you anyway. If you think about something don't forget to share your thoughts. – bob Jan 24 at 17:31
feedback

1 Answer

Same bug happen to me as well,

1) I just clean my project and compiled it again.

2) Restarted my Xcode and it worked for me.

link|improve this answer
I tried that too. But it didn't work for me. I even tried to remove files in .xcodeproj folder (except project.pbxproj of course). Even that didn't work. – bob Jan 24 at 18:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.