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
Clearing all Breakpoints fixed the issue (within debugger perspective: Window -> Remove All Breakpoints).
Window -> Remove All Breakpoints
Rebuilding the project did not work for me.