“Attach to Process” instead of “Local Windows Debugger”

雨燕双飞 提交于 2019-12-12 20:26:46

问题


I updated my version of Visual Studio Express 2012 and now I get "Attach to Process" instead of the "Local Windows Debugger" option which I had previously. So I can no longer run/debug my project. How can I resolve this?


回答1:


Simple solution to this problem is - to exit Visual studio. Make sure the *.SLN points to the proper project location And then delete the "obj" folder from the file explorer. Restart VS.




回答2:


Go to %appdata% and delete the visual studios folder



来源:https://stackoverflow.com/questions/18976496/attach-to-process-instead-of-local-windows-debugger

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