Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger doesn't listen on IPv6 addresses #13477

Closed
roboslone opened this issue Jun 5, 2017 · 0 comments · Fixed by #13478
Closed

Debugger doesn't listen on IPv6 addresses #13477

roboslone opened this issue Jun 5, 2017 · 0 comments · Fixed by #13478
Assignees
Labels
inspector Issues and PRs related to the V8 inspector protocol

Comments

@roboslone
Copy link

  • Version: v8.0.0
  • Platform: Darwin roboslone-osx 16.6.0 Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64 x86_64

Running node --inspect=[::1]:9229 (or with [::] as a host) results in debugger listening on ipv4 address:

tcp4       0      0  *.9229                 *.*                    LISTEN
@eugeneo eugeneo self-assigned this Jun 5, 2017
@eugeneo eugeneo added the inspector Issues and PRs related to the V8 inspector protocol label Jun 5, 2017
addaleax pushed a commit that referenced this issue Jun 17, 2017
PR-URL: #13478
Fixes: #13477
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
addaleax pushed a commit that referenced this issue Jun 21, 2017
PR-URL: #13478
Fixes: #13477
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
addaleax pushed a commit that referenced this issue Jun 24, 2017
PR-URL: #13478
Fixes: #13477
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
rvagg pushed a commit that referenced this issue Jun 29, 2017
PR-URL: #13478
Fixes: #13477
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
addaleax pushed a commit that referenced this issue Jul 11, 2017
PR-URL: #13478
Fixes: #13477
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inspector Issues and PRs related to the V8 inspector protocol
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants