Skip to content

Commit b0d785c

Browse files
committed
squash: update chrome-devtools URL
1 parent 0d45247 commit b0d785c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/guides/debugging.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ debugger and/or inspector. Info on these follows.
4646
* **Option 2**: Paste the following URL in Chrome,
4747
replacing the `ws` parameter with your hostname and port as needed:
4848

49-
`chrome-devtools://devtools/remote/serve_file/@60cd6e859b9f557d2312f5bf532f6aec5f284980/inspector.html?experiments=true&v8only=true&ws=localhost:9229/node`
50-
51-
> The hash represents the current revision and is specified in
52-
<https://github.com/nodejs/node/blob/master/deps/v8_inspector/third_party/v8_inspector/platform/v8_inspector/public/InspectorVersion.h>
49+
`chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=localhost:9229/node`
5350

5451
* [VS Code](https://github.com/microsoft/vscode)
5552
* **Option 1**: In the Debug panel, click the settings button to choose
@@ -63,7 +60,8 @@ debugger and/or inspector. Info on these follows.
6360
* [WebStorm](https://www.jetbrains.com/webstorm/) 2016.2+ and other JetBrains
6461
IDEs (IJ U, PS, PC, RM, CL, AC)
6562
* In the Node.js debug configuration add `--inspect` to the Node parameters
66-
field for `--inspect` support. By default, the debug process will use V8 Debugging Protocol.
63+
field for `--inspect` support. By default, the debug process will use V8
64+
Debugging Protocol.
6765

6866
* [node-inspector](https://github.com/node-inspector/node-inspector)
6967

0 commit comments

Comments
 (0)