Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
During groovy debugging, debugger sometimes suspends in java.lang.reflect.Method.invoke() during stepping.
It can be reproduced with a breakpoint inside a cycle like:
2.upto(4) {
println "$it"
}
With a breakpoint on the line with println , next step goes into java.lang.reflect.Method.invoke().