I'm currently new to Node.js, as I had previous experience with PHP server before, I know that I can debug the server in PHPStorm that supports breakpoints and I can follow the process step by step. I'm wondering if there is a similar tool for Node.js to perform such kind of debugging. Thanks a lot.
Asked
Active
Viewed 154 times
3 Answers
0
I'm a huge fan of the node-inspector for these purposes-- let's you use the Chrome dev tools for debugging Node applications.
(From this SO.)

Community
- 1
- 1

Alexander Nied
- 12,804
- 4
- 25
- 45
-
1If the answer is a direct link to an SO question, then it's a dupe question. – Dave Newton Dec 21 '16 at 18:57
-
1Noted-- I'll make sure I know how to mark as duplicate for the future. Sorry about that. – Alexander Nied Dec 21 '16 at 18:59
-
No biggie; wasn't trying to be mean. – Dave Newton Dec 21 '16 at 19:08
0
I've heard good things about vscode. Here's more info https://code.visualstudio.com/Docs/editor/debugging

Jorge Vargas
- 1,031
- 11
- 25