@@ -16,7 +16,7 @@ script to debug.
1616``` console
1717$ node inspect myscript.js
1818< Debugger listening on ws://127.0.0.1:9229/621111f9-ffcb-4e82-b718-48a145fa5db8
19- < For help, see: https://nodejs.org/en/docs/ inspector
19+ < For help, see: https://nodejs.org/api/ inspector.html
2020<
2121connecting to 127.0.0.1:9229 ... ok
2222< Debugger attached.
@@ -45,7 +45,7 @@ setTimeout(() => {
4545console.log('hello');
4646$ NODE_INSPECT_RESUME_ON_START=1 node inspect myscript.js
4747< Debugger listening on ws://127.0.0.1:9229/f1ed133e-7876-495b-83ae-c32c6fc319c2
48- < For help, see: https://nodejs.org/en/docs/ inspector
48+ < For help, see: https://nodejs.org/api/ inspector.html
4949<
5050connecting to 127.0.0.1:9229 ... ok
5151< Debugger attached.
@@ -131,7 +131,7 @@ is not loaded yet:
131131``` console
132132$ node inspect main.js
133133< Debugger listening on ws://127.0.0.1:9229/48a5b28a-550c-471b-b5e1-d13dd7165df9
134- < For help, see: https://nodejs.org/en/docs/ inspector
134+ < For help, see: https://nodejs.org/api/ inspector.html
135135<
136136connecting to 127.0.0.1:9229 ... ok
137137< Debugger attached.
@@ -158,7 +158,7 @@ given expression evaluates to `true`:
158158``` console
159159$ node inspect main.js
160160< Debugger listening on ws://127.0.0.1:9229/ce24daa8-3816-44d4-b8ab-8273c8a66d35
161- < For help, see: https://nodejs.org/en/docs/ inspector
161+ < For help, see: https://nodejs.org/api/ inspector.html
162162<
163163connecting to 127.0.0.1:9229 ... ok
164164< Debugger attached.
@@ -253,7 +253,7 @@ or break on the first line for step-by-step debugging.
253253``` console
254254$ node --inspect index.js
255255Debugger listening on ws://127.0.0.1:9229/dc9010dd-f8b8-4ac5-a510-c1a114ec7d29
256- For help, see: https://nodejs.org/en/docs/ inspector
256+ For help, see: https://nodejs.org/api/ inspector.html
257257```
258258
259259(In the example above, the UUID dc9010dd-f8b8-4ac5-a510-c1a114ec7d29
0 commit comments