2

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.

0

3 Answers 3

0

I googled "node phpstorm debug" and found this. Hope that helps!

Sign up to request clarification or add additional context in comments.

Comments

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.)

3 Comments

If the answer is a direct link to an SO question, then it's a dupe question.
Noted-- I'll make sure I know how to mark as duplicate for the future. Sorry about that.
No biggie; wasn't trying to be mean.
0

I've heard good things about vscode. Here's more info https://code.visualstudio.com/Docs/editor/debugging

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.