我在cmd中输入了这个文字:
node --debug server.js
结果是:Debugger listening on port 8080
,然后我需要连接node-inspector,但是cmd是<< frozen>>,如果我退出调试模式(node --debug server.js
), node-inspector将无法观看该页面。如何<< unfroze>> cmd或如何在后台模式下打开调试?
答案 0 :(得分:0)
我找到了答案! 答案很简单:我应该打开两个cmd并在第一个上运行--debug并在第二个上运行node-inspector
答案 1 :(得分:0)
如果要使用智能调试客户端,请使用Visual Studio Code for nodejs。
使用它调试Nodej非常酷。