NetEase / pomelo-cn

The Chinese issues for pomelo.
38 stars 13 forks source link

webstrom11无法对pomelo进行debug调试 #269

Open onthia opened 8 years ago

onthia commented 8 years ago

https://github.com/NetEase/pomelo/wiki/Debugging-Pomelo-ServerApps-With-WebStorm-IDE

完全按照这里进行的设置,除了webstorm版本不同导致的nodejs remote debug配置稍有不同,其他一致但是没有效果,不会跳入断点,也没有任何报错,google,github翻了一遍,还是无法解决,望赐教

onthia commented 8 years ago

终于解决了,--debug参数改为--debug-brk "connector":[ {"id":"connector-server-1", "host":"127.0.0.1", "port":4050, "clientPort": 3050, "frontend": true, "args":"--debug-brk=32314"} ],