I use eclipse (as well as the groovy -eclipse plugin) and sometimes I cannot set breakpoints on lines. I would double-click on the ditch, and the breakpoint would blink and then turn off, and it would set a breakpoint somewhere else, lower in the code.
I can set breakpoints for specific parts of the code, but some sections of the code will exhibit the behavior described above.
When this happens, I need to restart eclipse or cut the code to which I want to set a breakpoint and paste it below into the file.
Does anyone else experience this or have an idea of what causes it?
source
share