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.
128128
129129V8 inspector integration allows tools such as Chrome DevTools and IDEs to debug
130130and 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] [ ] .
132132
133133
134134### ` --napi-modules `
@@ -678,7 +678,7 @@ greater than `4` (its current default value). For more information, see the
678678[ `Buffer` ] : buffer.html#buffer_class_buffer
679679[ `SlowBuffer` ] : buffer.html#buffer_class_slowbuffer
680680[ `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/
682682[ REPL ] : repl.html
683683[ debugger ] : debugger.html
684684[ 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)
174174
175175V8 Inspector integration allows attaching Chrome DevTools to Node.js
176176instances for debugging and profiling. It uses the
177- [ Chrome Debugging Protocol] [ ] .
177+ [ Chrome DevTools Protocol] [ ] .
178178
179179V8 Inspector can be enabled by passing the ` --inspect ` flag when starting a
180180Node.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:
194194at the end of the URL is generated on the fly, it varies in different
195195debugging sessions.)
196196
197- [ Chrome Debugging Protocol ] : https://chromedevtools.github.io/debugger -protocol-viewer /
197+ [ Chrome DevTools Protocol ] : https://chromedevtools.github.io/devtools -protocol/
198198[ 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
114114.Sy 127.0.0.1:9229 .
115115.Pp
116116V8 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.
118118.
119119.It Fl -napi-modules
120120Enable 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