当debuggingNPM脚本时,WebStormdebugging器不工作,并说退出代码为-1073741510(0xC000013A:被Ctrl + C中断)

我的webstormdebugging器工作正常,如果我直接运行,比如说,我的server.js直接在debugging模式。 但是,当我在debugging模式下运行一个NPM脚本(例如npm start )时,出现以下exception:

 Process finished with exit code -1073741510 (0xC000013A: interrupted by Ctrl+C) 

我使用Webstorm WebStorm 2016.1.2 Build#WS-145.971,构build于2016年5月1日JRE:1.8.0_77-b03 x86 JVM:Oracle HotSpot(TM)服务器虚拟机

我的节点版本是5.11.0

我运行它的Windows 7,我的同事运行Windows 10的同样的问题。

有没有人遇到过这个问题呢?