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.
Also looked into whether this was a Node issue or a VSCode issue... node --inspect --debug-brk --nolazy app.js does not exit properly w/ chrome debug tools (in that case, it returns the additional error message: "Waiting for the debugger to disconnect..."), so I suspect it's an issue on Node's end. Not sure why this message didn't get printed in VSCode, though
mousetraps
changed the title
Node process never exits
Node process never exits while debugger attached
Sep 27, 2016
Testing microsoft/vscode#12600
Node v6.6.0 (32-bit), Windows
Repro steps - launch.json configured to launch
app.js
Expected: process exits after 1s
Actual: process never exits
The text was updated successfully, but these errors were encountered: