Replies: 1 comment 1 reply
-
Visual Studio Code calls this feature "Jump to Cursor". Right click on the line you want to execute next, and invoke it. If you find it more convenient to be able to drag the instruction pointer, you could open a suggestion issue against VS Code. This isn't something an extension could implement. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
Visual Studio
, I can move the current break point back to the previous line. In VS Code, there is aRun to cursor
command. Are there any plans to allowRun to previous cursor
? It can take quite some time to restart debugging my app. With the plans to retireVisual Studio Mac
, you will have a lot of new VS Code users. This feature has always been missing in VS Code compared to Visual Studio. Can you add an ability to move the breakpoint to previous line?Beta Was this translation helpful? Give feedback.
All reactions