We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea44b8b commit b0ab9b3Copy full SHA for b0ab9b3
doc/api/debugger.md
@@ -183,8 +183,7 @@ flag instead of `--inspect`.
183
184
```txt
185
$ node --inspect index.js
186
-Debugger listening on port 9229.
187
-Warning: This is an experimental feature and could change at any time.
+Debugger listening on 127.0.0.1:9229.
188
To start debugging, open the following URL in Chrome:
189
chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:9229/dc9010dd-f8b8-4ac5-a510-c1a114ec7d29
190
```
0 commit comments