I have GroovyEclipse installed and I am debugging a JUnit4 Plugin Test which launches a script through a GroovyShell. I have a breakpoint where execution stops. When I press "Step Over", i expect execution to halt at the next line, but that doesn't happen. Instead, execution just continues. Is this groovy-eclipse/jdt patch related maybe?
I have GroovyEclipse installed and I am debugging a JUnit4 Plugin Test which launches a script through a GroovyShell. I have a breakpoint where execution stops. When I press "Step Over", i expect execution to halt at the next line, but that doesn't happen. Instead, execution just continues. Is this groovy-eclipse/jdt patch related maybe?