ASTInterpreter.jl
ASTInterpreter.jl copied to clipboard
Feature request: finish block command
It would be nice to have a command which finished the current block, i.e. probably most useful to finish the current loop, without having to set a breakpoint after the loop.
This is a little tricky because we don't necessarily have this information anymore. I do have some plans for how to address at least the loop case though.
Any news on this?