Unable to set breakpoint in eclipse

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?

+3
source share
2 answers

Groovy -Eclipse ? . , 2.1.1.

, :

http://jira.codehaus.org/browse/GRECLIPSE-888

, - , jira.

+2

, Eclipse :

  • → , . .

  • WatchPoint → .

  • BreakPoint →

, "{" "}", LineBreakPoint .

0

Source: https://habr.com/ru/post/1780969/


All Articles