-
Notifications
You must be signed in to change notification settings - Fork 58
Debugger can't terminate on program end #11
Comments
Node in some versions has a similar issue, so this probably isn't high priority. |
I could listen on stderr for "Waiting for the debugger to disconnect..." but not a good solution |
Interestingly, after hitting this issue, I pressed |
Now that nodejs/node#7742 has been resolved, what needs to be done to fix this? I'd be happy to provide a PR but given that the bulk of functionality comes from vscode-chrome-debug-core, I'm not sure where to fix this. |
Thanks for pointing that out, I should have subscribed to the issue. A PR would be awesome, it should be fairly simple. The fix will be in this repo, at least for now. Override |
Thanks for all those instructions! If you haven't already seen it the PR is #112. |
Currently, when the script terminates and a debugger is attached, Node waits for the debugger to detach before quittting, but the debugger has no way to know. I think a result of nodejs/node#7088
Already tracked in - nodejs/node#7742
The text was updated successfully, but these errors were encountered: