Skip to content

Commit 0d45247

Browse files
committed
squash: add webstorm instructions
1 parent a5932b2 commit 0d45247

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/guides/debugging.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ debugger and/or inspector. Info on these follows.
6060

6161
* For more info, see <https://github.com/Microsoft/vscode-node-debug2>.
6262

63-
* [IntelliJ WebStorm](tbd)
63+
* [WebStorm](https://www.jetbrains.com/webstorm/) 2016.2+ and other JetBrains
64+
IDEs (IJ U, PS, PC, RM, CL, AC)
65+
* In the Node.js debug configuration add `--inspect` to the Node parameters
66+
field for `--inspect` support. By default, the debug process will use V8 Debugging Protocol.
6467

6568
* [node-inspector](https://github.com/node-inspector/node-inspector)
6669

@@ -171,6 +174,6 @@ debugger and/or inspector. Info on these follows.
171174

172175
## Default ports:
173176

174-
* Inpsector: 9229
177+
* Inspector: 9229
175178
* Debugger: 5858
176179

0 commit comments

Comments
 (0)