From c98eeb6b8d481eada1bd8edf8306de4338a4c2a6 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Tue, 17 Apr 2018 20:04:03 +0300 Subject: doc: update links and names for DevTools Protocol PR-URL: https://github.com/nodejs/node/pull/20111 Reviewed-By: Anatoli Papirovski Reviewed-By: Eugene Ostroukhov Reviewed-By: Rich Trott Reviewed-By: Richard Lau --- doc/api/debugger.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/debugger.md') diff --git a/doc/api/debugger.md b/doc/api/debugger.md index 84e0ac207f..51e6d98283 100644 --- a/doc/api/debugger.md +++ b/doc/api/debugger.md @@ -174,7 +174,7 @@ breakpoint) V8 Inspector integration allows attaching Chrome DevTools to Node.js instances for debugging and profiling. It uses the -[Chrome Debugging Protocol][]. +[Chrome DevTools Protocol][]. V8 Inspector can be enabled by passing the `--inspect` flag when starting a 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: at the end of the URL is generated on the fly, it varies in different debugging sessions.) -[Chrome Debugging Protocol]: https://chromedevtools.github.io/debugger-protocol-viewer/ +[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/ [V8 Inspector]: #debugger_v8_inspector_integration_for_node_js -- cgit v1.2.3