Skip to content

Commit 4d6b9e5

Browse files
ofrobotsfhemberger
authored andcommitted
doc: inspect is no longer experimental (#1629)
Remove experimental warning from debugging guide.
1 parent d92273e commit 4d6b9e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

locale/en/docs/guides/debugging-getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ This guide will help you get started debugging your Node.js apps and scripts.
99

1010
## Enable Inspector
1111

12-
**NOTE**: The `--inspect` option and [Inspector Protocol][] are _experimental_ and may change.
13-
1412
When started with the **--inspect** switch, a Node.js process listens via WebSockets
1513
for diagnostic commands as defined by the [Inspector Protocol][],
1614
by default at host and port 127.0.0.1:9229. Each process is also assigned a

0 commit comments

Comments
 (0)