My problem is that I set some breakpoints in my code and some of them aren\'t working. In some places it complains about \"Unresolved Breakpoint\".
Does anyone have
Sometimes optimizations will cause breakpoints to be skipped as well. Make sure you're compiling with -O0