microsoft / microsoft/vscode-js-debug
Node.js Debugger Error: ECONNREFUSED on /tmp/node-cdp.sock
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 373
- Avg merge
- 1d 9m
- Merged PRs (30d)
- 6
Description
Debugger listening on ws://127.0.0.1:34509/+-------7fe6-4a50-85ac-------
For help, see: https://nodejs.org/en/docs/inspector
Error: connect ECONNREFUSED /tmp/node-cdp.4013----2.sock.deferred
at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '/tmp/node-cdp.4013---2.sock.deferred'
}
Error activating auto attach, please report to https://aka.ms/js-dbg-issue
(env) -@-:~/Desktop/- -/-/-$
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the captured Node.js debugger output and investigate the auto-attach connection to /tmp/node-cdp.4013---2.sock.deferred. No files or tests are named; done means identifying the cause of ECONNREFUSED and verifying that auto attach no longer reports this failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript, vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100