File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Activate inspector on host:port. Default is 127.0.0.1:9229.
128
128
129
129
V8 inspector integration allows tools such as Chrome DevTools and IDEs to debug
130
130
and profile Node.js instances. The tools attach to Node.js instances via a
131
- tcp port and communicate using the [ Chrome Debugging Protocol] [ ] .
131
+ tcp port and communicate using the [ Chrome DevTools Protocol] [ ] .
132
132
133
133
134
134
### ` --napi-modules `
@@ -678,7 +678,7 @@ greater than `4` (its current default value). For more information, see the
678
678
[ `Buffer` ] : buffer.html#buffer_class_buffer
679
679
[ `SlowBuffer` ] : buffer.html#buffer_class_slowbuffer
680
680
[ `process.setUncaughtExceptionCaptureCallback()` ] : process.html#process_process_setuncaughtexceptioncapturecallback_fn
681
- [ Chrome Debugging Protocol ] : https://chromedevtools.github.io/debugger -protocol-viewer
681
+ [ Chrome DevTools Protocol ] : https://chromedevtools.github.io/devtools -protocol/
682
682
[ REPL ] : repl.html
683
683
[ debugger ] : debugger.html
684
684
[ emit_warning ] : process.html#process_process_emitwarning_warning_type_code_ctor
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ breakpoint)
174
174
175
175
V8 Inspector integration allows attaching Chrome DevTools to Node.js
176
176
instances for debugging and profiling. It uses the
177
- [ Chrome Debugging Protocol] [ ] .
177
+ [ Chrome DevTools Protocol] [ ] .
178
178
179
179
V8 Inspector can be enabled by passing the ` --inspect ` flag when starting a
180
180
Node.js application. It is also possible to supply a custom port with that flag,
@@ -194,5 +194,5 @@ To start debugging, open the following URL in Chrome:
194
194
at the end of the URL is generated on the fly, it varies in different
195
195
debugging sessions.)
196
196
197
- [ Chrome Debugging Protocol ] : https://chromedevtools.github.io/debugger -protocol-viewer /
197
+ [ Chrome DevTools Protocol ] : https://chromedevtools.github.io/devtools -protocol/
198
198
[ V8 Inspector ] : #debugger_v8_inspector_integration_for_node_js
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Default is
114
114
.Sy 127.0.0.1:9229 .
115
115
.Pp
116
116
V8 Inspector integration allows attaching Chrome DevTools and IDEs to Node.js instances for debugging and profiling.
117
- It uses the Chrome Debugging Protocol.
117
+ It uses the Chrome DevTools Protocol.
118
118
.
119
119
.It Fl -napi-modules
120
120
Enable loading native modules compiled with the ABI-stable Node.js API (N-API)
You can’t perform that action at this time.
0 commit comments