调试期间显示错误消息-调试器无法继续运行该进程 [英] Error Message displayed during debugging - The debugger cannot continue running the process

查看:216
本文介绍了调试期间显示错误消息-调试器无法继续运行该进程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
在解决方案中调试特定项目时,遇到断点时会出现上述消息框.此后,我无法调试相同的内容.

有人遇到过这种情况吗?有什么想法吗?

Hi All,
While debugging a particular project in a solution, i get the above message box when the break point is hit. Thereafter I cannot debug the same.

Has anyone experienced this situation? Any ideas?

推荐答案

您最近是否从解决方案中删除了一个项目?尝试浏览解决方案的.SLN文件,查看是否有"ProjectReferences"行提及可能已从解决方案中删除的.DLL或其他组件.如果是这样,请从.SLN文件中删除该行,然后重新启动Visual Studio.
Did you remove a project from the solution recently? Try looking through the solutions .SLN file and seeing if there is a "ProjectReferences" line mentioning a .DLL or other component that you may have removed from the solution. If so, remove that line from the .SLN file and restart Visual Studio.


它是多线程应用程序吗?如果是这样,则可能是其中一个线程引发了未处理的异常并导致应用程序终止. .NET应用程序尤其如此.
Is it a multithreaded application? If so, it may be that one of the threads threw an unhandled exception and caused the application to terminate. This will be especially true of .NET applications.


这篇关于调试期间显示错误消息-调试器无法继续运行该进程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆