Skip to content

Add ability to Set Next Statement when debugging #3804

@loligans

Description

@loligans

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions