Debugger "set next step"

In the debugger I found several buttons like “Step Into”, “Step Over” etc.

What i really miss, is the possibility to “Set Next Step”.

For example I like to “jump back” a view lines in the
code an try thes same steps again with different values stored
in the variables.

Any Ideas ?

going back up is not supported currently, for that also rhino engine should be able to rewind its stack which it doesn’t support (as far as i know)

going forward we have thats CTRL-R (run to line)

Thanke you Johan, for the fast answer.
So i have to change a bit my visual foxpro habits :-)