Skip to content

Introduce a debugSessionEnds event  #28234

@weinand

Description

@weinand

Currently it is easy to track newly created debug sessions in an extension but it is not possible to track when a session ends.

things to consider:

  • we need a session ID for this because VS Code supports concurrent sessions
  • we should not only solve the "debugSessionEnds" problem but broaden the solution for all kind of debug session related events (e.g. loadedScript events from the DA).
  • probably related: Extension API - How to determine debug state #10077

Metadata

Metadata

Labels

apidebugDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityon-testplan

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions