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.
Running against Node v6.6.0 (32-bit), after launching the debugger successfully several times in a row, saw this error in the infobar: [node-debug2] read ECONNRESET
And this error to the debug console:
node --inspect=28101 --debug-brk --nolazy server.js
Debugger listening on port 28101.
Warning: This is an experimental feature and could change at any time.
******** Error in DebugAdapter - Unhandled promise rejection: Error: read ECONNRESET
at exports._errnoException (util.js:1026:11)
Will provide further details if I manage to come up with a better repro
The text was updated successfully, but these errors were encountered:
That time it might just be that we picked a random process id that was already claimed since we don't check whether it's in use (node-debug does the same thing)
Testing microsoft/vscode#12600
Running against Node v6.6.0 (32-bit), after launching the debugger successfully several times in a row, saw this error in the infobar:
[node-debug2] read ECONNRESET
And this error to the debug console:
Will provide further details if I manage to come up with a better repro
The text was updated successfully, but these errors were encountered: