Goal: Set the current line as next execution line. (Similar to set next statement in Visual Studio)
It's possible to move the program counter to a desired code line.
It's possible to execute the code line where the program counter (instruction pointer) now points too.
If the program counter is set to
-> an invalid code line it's moved to the next valid code line.
-> a code line outside of the current scope, it's moved back and warning should be displayed (could just be a notification).
Feature Description:
Goal: Set the current line as next execution line. (Similar to set next statement in Visual Studio)
Below link shows how the feature works. https://code.visualstudio.com/updates/v1_36#_jump-to-cursor