我使用角fullstack发生器和Webstorm 10.Webstorm Node.js的远程调试不会跳到断点
Node.js的远程调试配置:
localhost: 127.0.0.1
port: 5858
当我输入“咕噜服务:调试“:
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
此时本地主机:8080 /调试端口= 5858打开,然后我开始我的node.js远程调试器。它说:
Connected to localhost:5858
然而,框架窗格是完全空白的,所有的断点都被忽略。