WebStorm - debugger terminates a process on breakpoints. Process finished with exit code -1073741510

若如初见. 提交于 2020-01-03 09:08:21

问题


Today, my WebStorm started to behave weird. When I stop it on breakpoint - process falls. It occurs at any breakpoint. I work with nodejs javascript.

I tried to record gif, but quality is very bad (sorry for that), however, you can imagine the problem if you look at the gif.


As you can see here: debugger caught a breakpoint, but then, process just stopped. At the bottom of the webstorm it is written: "Process finished with exit code -1073741510 (0xC000013A: interrupted by Ctrl+C)".

Everything worked perfectly yesterday, what can be wrong?


回答1:


Problem occurs because of one of the old watched expressions. I just deleted them all and now debugger works again.



来源:https://stackoverflow.com/questions/29584790/webstorm-debugger-terminates-a-process-on-breakpoints-process-finished-with-e

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!