I just started using Xcode to program a C++ openCV project. The project is set up with an external makefile, /usr/bin/gnumake as build tool, and the program compiles and runs fine. However, breakpoints gets skipped no matter what i do. I have tried making a new project, selecting between gdb and LLDB, restarting Xcode++ There are numerous threads about this issue, but most talk about "Load Symbols Lazily", but as far as I know, this is not an issue in Xcode 4.5.2. It is probably my limited Xcode knowledge that causes the error. Help is greatly appreciated.
