ASTInterpreter.jl
ASTInterpreter.jl copied to clipboard
Loop iteration stepping mode
A useful additional stepping mode would be to step one iteration of the current loop, landing back at the same statement, but one iteration later.
It'd also be nice to step through an entire for-loop in one command (i.e. I just had a use-case where I was trying to debug iterations of an outer loop, but had to continue stepping through the inner loop too).