debugging/break in one process doesn't stop the other ones after VS2012 installed

扶醉桌前 提交于 2019-12-24 08:27:10

问题


recently I've installed VS2012

I have an application that is a socket server and run another client application to hit it.

before installing vs2012 when I was debugging everything was stopping, but now other threads keep on going.

I checked the Debug Options and "Break all processes when one process breaks" is ticked

I also tried using VS2010 but same problem

来源:https://stackoverflow.com/questions/12819002/debugging-break-in-one-process-doesnt-stop-the-other-ones-after-vs2012-installe

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