You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
First of all, I'm not sure if this issue should be filed under this repo or under vscode-node-debug as the type key in my launch.json is set to node, but I'm using the inspector protocol.
That said, when debugging a very simple Node.js program (like one containing only a console.log), the debugger will continue being active after the program finishes, while I would expect it to stop when there is nothing left to debug.
The text was updated successfully, but these errors were encountered:
First of all, I'm not sure if this issue should be filed under this repo or under vscode-node-debug as the
type
key in mylaunch.json
is set tonode
, but I'm using the inspector protocol.That said, when debugging a very simple Node.js program (like one containing only a
console.log
), the debugger will continue being active after the program finishes, while I would expect it to stop when there is nothing left to debug.The text was updated successfully, but these errors were encountered: