How can I debug Node.js
This question already has an answer here:
I googled "node phpstorm debug" and found this. Hope that helps!
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.)
I've heard good things about vscode. Here's more info https://code.visualstudio.com/Docs/editor/debugging
链接地址: http://www.djcxy.com/p/52640.html上一篇: 用于node.js的IDE和调试器
下一篇: 我如何调试Node.js