我知道如何使用 node-inspector 和 iisnode 调试 http 应用程序。但是我可以使用 node-inspector在 Windows 上调试非 http节点应用程序吗?
我试过了:
node debug test.js
它说:
debugger listening on port 5858
但是在 Chrome 中打开http://localhost:5858/
并没有做任何事情。
顺便说一句:运行node debug test.js
确实会启动有效的命令行调试器。但这与节点检查器完全不同。