Eclipse 3.5.2 is not stopping in breakpoints. It\'s as if the debugger is using an older version of the source file.
Tried the usual refresh, clean all projects, bui
I get all breakpoints skipped and marked as warnings when using -O2 in the compiler flags. Switched to -O0 -g in my makefile and breakpoints now work. Hope this helps.