From ba10f452ee96756b19000d847d6214603ae460ba Mon Sep 17 00:00:00 2001 From: cola119 Date: Sun, 5 May 2024 22:23:15 +0900 Subject: [PATCH] Update document on Node.js debugger --- doc/api/cli.md | 6 ++++++ doc/api/debugger.md | 19 +++++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 95871888de726e..4ed2d8653c8d63 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1241,6 +1241,7 @@ Activate inspector on `host:port`. Default is `127.0.0.1:9229`. V8 inspector integration allows tools such as Chrome DevTools and IDEs to debug and profile Node.js instances. The tools attach to Node.js instances via a tcp port and communicate using the [Chrome DevTools Protocol][]. +See [V8 Inspector integration for Node.js][] for further explanation on Node.js debugger. @@ -1271,6 +1272,8 @@ added: v7.6.0 Activate inspector on `host:port` and break at start of user script. Default `host:port` is `127.0.0.1:9229`. +See [V8 Inspector integration for Node.js][] for further explanation on Node.js debugger. + ### `--inspect-port=[host:]port`