Support DAP's terminate
request when ending a debug session
#54384
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
on-testplan
release-notes
Release notes issues
Milestone
To fix issue microsoft/vscode-node-debug#1 we will add this feature to VS Code:
SIGINT
signal to the debuggee). VS Code remembers in its debug session state that a "terminate" request has been issued.SIGINT
handler, the debuggee will terminate and end the debug session. This is almost identical to the current behaviour.SIGINT
handler but doesn't terminate properly, the debug session will continue. Pressing the red terminate button again will send a "disconnect" request. This will kill the debuggee forcefully (like the current behaviour).@isidorn I've added a terminate to VA Code's DAP.
The text was updated successfully, but these errors were encountered: