summaryrefslogtreecommitdiff
path: root/doc/api/debugger.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/debugger.md')
-rw-r--r--doc/api/debugger.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/debugger.md b/doc/api/debugger.md
index dfe2f90973..9f7b352a1b 100644
--- a/doc/api/debugger.md
+++ b/doc/api/debugger.md
@@ -193,4 +193,12 @@ e.g. `--inspect=9222` will accept DevTools connections on port 9222.
To break on the first line of the application code, provide the `--debug-brk`
flag in addition to `--inspect`.
+```txt
+$ node --inspect index.js
+Debugger listening on port 9229.
+Warning: This is an experimental feature and could change at any time.
+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
+```
+
[TCP-based protocol]: https://github.com/v8/v8/wiki/Debugging-Protocol