Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Debugger doesn't *actually* support 6.3.0? #27

Closed
mousetraps opened this issue Sep 27, 2016 · 3 comments
Closed

Debugger doesn't *actually* support 6.3.0? #27

mousetraps opened this issue Sep 27, 2016 · 3 comments

Comments

@mousetraps
Copy link

mousetraps commented Sep 27, 2016

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":```

@mousetraps mousetraps changed the title Debugger doesn't *actually* support 6.3.1? Debugger doesn't *actually* support 6.3.0? Sep 27, 2016
@roblourens
Copy link
Member

Is that the whole error message, so webSocketDebuggerUrl is empty? That would be a problem. Windows support is sketchy

@mousetraps
Copy link
Author

That's all I could copy from the infobar, so there might be more text, but I couldn't see it.

@roblourens
Copy link
Member

Not sure what happened here, but it would be an issue on Node's end.

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants