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.
Testing microsoft/vscode#12600
Occasionally, debugging fails to launch w/o much indication as to why.
F5 to launch, debug bar flashes, then quickly disappars as the following message is printed to the debug console:
node --inspect=6952 --debug-brk --nolazy server.js
Debugger listening on port 6952.
Warning: This is an experimental feature and could change at any time.
will update w/ better repro steps if available, but might be good to add some better logging to account for issues like this in the future
The text was updated successfully, but these errors were encountered:
Testing microsoft/vscode#12600
Occasionally, debugging fails to launch w/o much indication as to why.
F5 to launch, debug bar flashes, then quickly disappars as the following message is printed to the debug console:
will update w/ better repro steps if available, but might be good to add some better logging to account for issues like this in the future
The text was updated successfully, but these errors were encountered: