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.
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.