如何分离当前的调试器. [英] How can detach the current debugger.

查看:107
本文介绍了如何分离当前的调试器.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

< small>调试器附加到WindowsformsApplication1.vshost.exe,但未配置为调试此未处理的异常.对于此异常,请分离当前的调试器.</small>

在输入表单详细信息时发生了上述异常.我不明白如何在Visual Studio 2010中将调试器与当前的debugger分离.

<small>A debugger is attached to WindowsformsApplication1.vshost.exe but not configured to debug this unhandled exception. To this exception, detach the current debugger.</small>

This above exception occurred while enter form details. i am not understand how can detach debugger for current debugger.in visual studio 2010.

推荐答案

在发布模式下编译项目时,它将不会寻找调试器(除非您已为特定类型的文件附加了外部调试器),但是当发生未处理的异常时,请终止该过程.您收到上述消息,这表明您需要参加例外活动,这不是一个好消息.因此,您希望调试器进行故障排除或分离吗? :)

祝你好运
When you compile your project in the release mode it will not look for a debugger (unless you have attached an external debugger for specific types of files), but kill the process when unhandled exception occurs. Isn''t it a good news you got the above message that indicates there is an exception you need to attend. So you want a debugger to troubleshoot or to detach? :)

Good luck


这篇关于如何分离当前的调试器.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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