Debugger listening on ws://127.0.0.1:9229/f72b422b-dde6-4d57-a507-86f4b7faf919
For help, see: https://nodejs.org/en/docs/inspector
ws://127.0.0.1:9229/f72b422b-dde6-4d57-a507-86f4b7faf919
ws://127.0.0.1:0/f72b422b-dde6-4d57-a507-86f4b7faf919
What steps will reproduce the bug?
Create a script
foo.jswith:Run
node foo.js✔️Run
node --inspect foo.js❌How often does it reproduce? Is there a required condition?
100%
What do you see instead? / What is the expected behavior?
It seems like calling
inspect()again will silently "overwrite" the existing run with an unresolved port 0. I would expect any of the following as 'good' behavior:Additional information
Ref: microsoft/vscode#95128