Skip to content

Commit 046dee6

Browse files
cjihrigcodebytere
authored andcommitted
doc: update V8 inspector example
This commit updates the V8 inspector example to reflect what is currently printed to the console. PR-URL: #33758 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Eugene Ostroukhov <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: David Carlier <[email protected]>
1 parent e07c1c2 commit 046dee6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/api/debugger.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,8 @@ flag instead of `--inspect`.
185185

186186
```console
187187
$ node --inspect index.js
188-
Debugger listening on 127.0.0.1:9229.
189-
To start debugging, open the following URL in Chrome:
190-
chrome-devtools://devtools/bundled/js_app.html?experiments=true&v8only=true&ws=127.0.0.1:9229/dc9010dd-f8b8-4ac5-a510-c1a114ec7d29
188+
Debugger listening on ws://127.0.0.1:9229/dc9010dd-f8b8-4ac5-a510-c1a114ec7d29
189+
For help, see: https://nodejs.org/en/docs/inspector
191190
```
192191

193192
(In the example above, the UUID dc9010dd-f8b8-4ac5-a510-c1a114ec7d29

0 commit comments

Comments
 (0)