Skip to content

Commit 5a2d358

Browse files
cjihrigevanlucas
authored andcommitted
doc: remove inspector experimental warning
PR-URL: #12408 Ref: #12352 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 2e3813f commit 5a2d358

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/debugger.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ flag instead of `--inspect`.
200200

201201
```txt
202202
$ node --inspect index.js
203-
Debugger listening on port 9229.
204-
Warning: This is an experimental feature and could change at any time.
203+
Debugger listening on 127.0.0.1:9229.
205204
To start debugging, open the following URL in Chrome:
206205
chrome-devtools://devtools/remote/serve_file/@60cd6e859b9f557d2312f5bf532f6aec5f284980/inspector.html?experiments=true&v8only=true&ws=localhost:9229/node
207206
```

0 commit comments

Comments
 (0)