diff --git a/doc/api/debugger.md b/doc/api/debugger.md index 86345ff4aaeaac..e306ad1f877e96 100644 --- a/doc/api/debugger.md +++ b/doc/api/debugger.md @@ -200,8 +200,7 @@ flag instead of `--inspect`. ```txt $ node --inspect index.js -Debugger listening on port 9229. -Warning: This is an experimental feature and could change at any time. +Debugger listening on 127.0.0.1:9229. To start debugging, open the following URL in Chrome: chrome-devtools://devtools/remote/serve_file/@60cd6e859b9f557d2312f5bf532f6aec5f284980/inspector.html?experiments=true&v8only=true&ws=localhost:9229/node ```