How to move the debug pointer to change the execution flow in Visual Studio Code Debugger

I used Visual Studio 2008 to 2017, all of which have this feature, as shown below:

enter image description here

yellow arrow (debug pointer), which can be used to control the executable line (or the thread of execution) during debugging, which allows the user to move the arrow just with the mouse.


In Visual Studio code, the arrow shows the progress bar, as shown below:

enter image description here

But it (the debug pointer) cannot be manipulated or moved with the mouse to change the execution line (or the thread of execution) during debugging.

- , Visual Studio, ?

+4
2

Set Next Statement, .

, Git .

+4

, . enter image description here

+2

Source: https://habr.com/ru/post/1686627/


All Articles