Skip to content

Commit

Permalink
doc: inspect is no longer experimental (#1629)
Browse files Browse the repository at this point in the history
Remove experimental warning from debugging guide.
  • Loading branch information
ofrobots authored and fhemberger committed Apr 14, 2018
1 parent d92273e commit 4d6b9e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions locale/en/docs/guides/debugging-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ This guide will help you get started debugging your Node.js apps and scripts.

## Enable Inspector

**NOTE**: The `--inspect` option and [Inspector Protocol][] are _experimental_ and may change.

When started with the **--inspect** switch, a Node.js process listens via WebSockets
for diagnostic commands as defined by the [Inspector Protocol][],
by default at host and port 127.0.0.1:9229. Each process is also assigned a
Expand Down

0 comments on commit 4d6b9e5

Please sign in to comment.