microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
273 stars 79 forks source link

Support to gracefully shutdown a debuggee #193

Closed weinand closed 6 years ago

weinand commented 6 years ago

We need a new terminate request which can be used to give a debuggee the chance to shutdown gracefully. A corresponding supportsTerminateRequest capability announces that an adapter implements the request.

See https://github.com/Microsoft/vscode-node-debug/issues/1 for details.