我正在使用 angular-fullstack 生成器和 Webstorm 10。
node.js 远程调试配置:
localhost: 127.0.0.1
port: 5858
当我输入 'grunt serve:debug' 时:
Debugger listening on port 5858
Node Inspector v0.9.2
Visit http://localhost:8080/debug?port=5858 to start debugging.
Express server listening on 9000, in development mode
此时 localhost:8080/debug?port=5858 打开,然后我启动我的 node.js 远程调试器。它说:
Connected to localhost:5858
然而,框架窗格是完全空白的,并且所有断点都被忽略。