You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to modify the instruction pointer to a different location without running any code is an extremely useful debugging feature in C#. I'd like to request this feature be added into the toolset.
Visual Studio has an implementation of this, referred to as "Set Next Statement" in the UI. It is normally done by either dragging the yellow arrow indicating the currently executing line of code or by right clicking a line and choosing "Set Next Statement".
The ability to modify the instruction pointer to a different location without running any code is an extremely useful debugging feature in C#. I'd like to request this feature be added into the toolset.
Visual Studio has an implementation of this, referred to as "Set Next Statement" in the UI. It is normally done by either dragging the yellow arrow indicating the currently executing line of code or by right clicking a line and choosing "Set Next Statement".
It appears the protocol for this is already implemented in VS Code.
Issue: microsoft/vscode-debugadapter-node#28
PR: microsoft/vscode-debugadapter-node#45
The text was updated successfully, but these errors were encountered: