Move execution point

During a debug session, once you stop at a breakpoint, you can manually move the execution point to any other line in code (both forward and backward).

To do that, locate the orange error next to the current breakpoint and drag it to the necessary line. All the commands in between will be skipped.

Move execution point