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
Contrary to v6.3.0 release notes... https://nodejs.org/en/blog/release/v6.3.0/
With Node v6.3.0 (32-bit) on Windows, VSCode attempts to run:
node --inspect=13471 --debug-brk --nolazy server.js
Expected: debugger attaches successfully
Instead prints gobligook message to debug console
`Cannot connect to runtime process, timeout after 10000 ms - (reason: Response from the target seems invalid: [ { "description": "node.js instance", "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_file/@521e5b7e2b7cc66b4006a8a54cb9c4e57494a5ef/inspector.html?experiments=true&v8only=true&ws=localhost:13471/node", "faviconUrl": "https://nodejs.org/static/favicon.ico", "id": "1468", "title": "C:\Program Files\nodejs\node.exe", "type": "node", "webSocketDebuggerUrl":```
The text was updated successfully, but these errors were encountered: