Skip to content

Feature request: allow language services to validate breakpoint locations #152388

@gregg-miskelly

Description

@gregg-miskelly

Note

I am opening this feature request based on dotnet/vscode-csharp#5267
Original opener: @cateyes99

Overview

In full Visual Studio, when the user tries to set a breakpoint, the UI will ask the language service to validate the breakpoint request. This allows the language service to decide if a given location is a valid location for a breakpoint. For example, a comment isn't a valid location.

Visual Studio has an LSP extension for this -- textDocument/validateBreakableRange.

Metadata

Metadata

Assignees

Labels

apifeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions