WebStorm:node.js调试器与远程node.js

时间:2017-01-27 20:30:55

标签: node.js debugging webstorm remote-debugging

我在WebStorm中遇到过node.js的两个调试配置: Node.JS调试和node.js远程调试。你可以在这里看到他们两个:

enter image description here

我的问题是这两者有什么区别?我们什么时候应该使用它们?

1 个答案:

答案 0 :(得分:0)

使用远程调试配置,您可以将调试器附加到已运行的--debug-brk启动的节点应用程序。请参阅https://www.jetbrains.com/help/webstorm/2016.3/running-and-debugging-node-js.html#remote_debugginghttps://confluence.jetbrains.com/display/WI/Running+and+debugging+Node.js+application#RunninganddebuggingNode.jsapplication-DebuggingNode.jsappthatrunsremotely

使用Node.js运行配置,您可以启动Node.js解释器(本地或远程)并将您的应用程序传递给它。