known limitation: when running with --inspect=localhost:0
only one port is printedΒ #13772
Closed
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
>