We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92273e commit 4d6b9e5Copy full SHA for 4d6b9e5
locale/en/docs/guides/debugging-getting-started.md
@@ -9,8 +9,6 @@ This guide will help you get started debugging your Node.js apps and scripts.
9
10
## Enable Inspector
11
12
-**NOTE**: The `--inspect` option and [Inspector Protocol][] are _experimental_ and may change.
13
-
14
When started with the **--inspect** switch, a Node.js process listens via WebSockets
15
for diagnostic commands as defined by the [Inspector Protocol][],
16
by default at host and port 127.0.0.1:9229. Each process is also assigned a
0 commit comments