Skip to content

Commit b0ab9b3

Browse files
committed
doc: remove inspector experimental warning
Refs: nodejs#12352
1 parent ea44b8b commit b0ab9b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/debugger.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ flag instead of `--inspect`.
183183

184184
```txt
185185
$ node --inspect index.js
186-
Debugger listening on port 9229.
187-
Warning: This is an experimental feature and could change at any time.
186+
Debugger listening on 127.0.0.1:9229.
188187
To start debugging, open the following URL in Chrome:
189188
chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:9229/dc9010dd-f8b8-4ac5-a510-c1a114ec7d29
190189
```

0 commit comments

Comments
 (0)