When stopped at a breakpoint, does Script Debugger let you move the execution point and skip over lines of code?
No, there is no facility for changing the changing the execution point.
This is a thing we would like to offer, but the debugging infrastructure we have does not make this possible.
While you can’t skip lines in your script, when paused you can copy a line further down, and try them in the Expressions pane of the Variables & Expressions viewer.
1 Like