ASTInterpreter.jl icon indicating copy to clipboard operation
ASTInterpreter.jl copied to clipboard

Loop iteration stepping mode

Open Keno opened this issue 9 years ago • 1 comments

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.

Keno avatar Mar 16 '16 20:03 Keno

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

quinnj avatar Jun 21 '16 21:06 quinnj