Skip to content

known limitation: when running with --inspect=localhost:0 only one port is printedΒ #13772

Closed
@refack

Description

  • Version: 9-pre
  • Platform: *
  • Subsystem: inspector,cli

A know limitation after #13478
If node is started with a hostname and port 0, the process will possibly bind 2 sockets with two different ports, but print only one

d:\code\node-cur$ node9pre.exe --inspect=localhost:0
Debugger listening on ws://localhost:63448/38595be5-d6d8-4142-bdbb-25133971f734
For help see https://nodejs.org/en/docs/inspector
>

image

Metadata

Assignees

No one assigned

    Labels

    cliIssues and PRs related to the Node.js command line interface.feature requestIssues that request new features to be added to Node.js.inspectorIssues and PRs related to the V8 inspector protocol

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions