Skip to content

Support canceling a debug request from the client #694

Open
@akaroml

Description

@akaroml

https://code.visualstudio.com/updates/v1_39#_cancellation-support

In the 1.39, vscode added cancellation support in DAP. It tells the server that the client is no longer interested in the response of a previous request. This is potentially useful for time-consuming requests like evaluation, stacktrace, scopes, and variables.

Let's investigate whether this is possible with JVM.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions