score:1

Accepted answer

see my comment on the jira issue that you raised. you have found a problem with the groovy compiler and how it calculates line numbers. this is not a problem with executing the wrong class files or using a broken debugger. the debugger is doing exactly what it is expected to do. it is the compiler that is providing erroneous line number information.

the next step, as described in the issue, is to provide a simple project that recreates the bug. i tried to do so myself, but could not. so, please supply something that we can work with. then we can notify the groovy compiler team.


Related Query

More Query from same tag