Eclipse doesn't stop at breakpoints

debugging, eclipse

Solution

Perhaps you have pushed the Skip all Breakpoints button in the Breakpoints view.

Problem

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, build all, with no change. Already in debug mode and the break point is checked. *ok ended up deleting the whole project and checking it out again. but still curious what the issue was.

Original source

Related problems