答案 0 :(得分:0)
使用远程调试配置,您可以将调试器附加到已运行的--debug-brk
启动的节点应用程序。请参阅https://www.jetbrains.com/help/webstorm/2016.3/running-and-debugging-node-js.html#remote_debugging,https://confluence.jetbrains.com/display/WI/Running+and+debugging+Node.js+application#RunninganddebuggingNode.jsapplication-DebuggingNode.jsappthatrunsremotely
使用Node.js运行配置,您可以启动Node.js解释器(本地或远程)并将您的应用程序传递给它。