pomelo icon indicating copy to clipboard operation
pomelo copied to clipboard

使用新版webstorm 没有nodejs remote debug这个选项

Open jiangben opened this issue 6 years ago • 2 comments

新版webstorm 2017和2018都没有 nodejs remote debug这个选项。 在debug和run中添加 nodejs。然后选择 node interpreters的remote node。设置ssh和端口号, 会提示无法连接。

请问如何在新版webstorm调试pomelo

jiangben avatar Apr 13 '18 06:04 jiangben

"game": [ {"id": "game-server-1", "host": "192.168.6.134", "port": 5300, "clientPort": 4300, "frontend": false, "args": " --debug=33002 "} ]

jie6121565 avatar Apr 25 '18 08:04 jie6121565

新版 WebStorm 有 Attach to Node.js/Chrome 可以使用,根据 Node.js 的版本选择不同的 Attach to 选项

yangfch3 avatar May 03 '18 02:05 yangfch3