Step-by-step debugging, breakpoints and more

Have you read this topic?

As to step-by-step debugging, no, it's not supported. Debugging is done by inserting:

log.debug "show me a variable: $variable"

at the important places in the code.

4 Likes