microsoft / microsoft/vscode-js-debug

Node.js Debugger Error: ECONNREFUSED on /tmp/node-cdp.sock

Open
#2,243 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.