How to actually stop a debugging session? #328
Unanswered
tomaskallup
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Did you try with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now I have following mapping:
This however only disconnects from the session and keeps the app running.
I'm using this with typescript (but I have custom defined adapter, which builds the app into JS before launching it) and the debug adapter (vscode-node-debug2) doesn't seem to support
restart
, so I have to close the session, manually switch to the terminal with the app and<C-c>
two times to exit it, so that I can start it again.Beta Was this translation helpful? Give feedback.
All reactions