Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash: add webstorm instructions
  • Loading branch information
joshgav committed Oct 19, 2016
commit 0d45247b0259893f4d166e389ef335c98d0b21e7
7 changes: 5 additions & 2 deletions doc/guides/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ debugger and/or inspector. Info on these follows.

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

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

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

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

## Default ports:

* Inpsector: 9229
* Inspector: 9229
* Debugger: 5858