We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3813f commit 5a2d358Copy full SHA for 5a2d358
doc/api/debugger.md
@@ -200,8 +200,7 @@ flag instead of `--inspect`.
200
201
```txt
202
$ node --inspect index.js
203
-Debugger listening on port 9229.
204
-Warning: This is an experimental feature and could change at any time.
+Debugger listening on 127.0.0.1:9229.
205
To start debugging, open the following URL in Chrome:
206
chrome-devtools://devtools/remote/serve_file/@60cd6e859b9f557d2312f5bf532f6aec5f284980/inspector.html?experiments=true&v8only=true&ws=localhost:9229/node
207
```
0 commit comments