运行可执行文件 [英] Running the executable

查看:105
本文介绍了运行可执行文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于某种原因,我遇到了与其他电源类似的问题,这与电源板有关,但这是我的错误.有人可以帮忙吗

I have a problem similar to others for some reason it has to do with the power pack but here is my error. Can someone please help 

推荐答案

杰克,

在Visual Studio外部运行的应用程序中发生异常或崩溃时,Just-In-Time调试会自动启动Visual Studio.它可以帮助您在未运行Visual Studio时测试您的应用程序,并在出现以下情况时开始使用Visual Studio进行调试 发生问题.

Just-In-Time debugging launches Visual Studio automatically when an exception or crash occurs in an application running outside Visual Studio. It help you to test your application when Visual Studio is not running and begin debugging with Visual Studio when a problem occurs.

我建议您禁用"JIT"对话框,然后尝试调试您的应用程序,因此我们知道它是否与此特定应用程序相关.

I suggest you disable the JIT dialog box, and try to debug your app, so we know that whether it is related to this specific app.

要禁用JIT对话框,您需要使用注册表编辑器删除以下注册表项:

To disable the JIT dialog box, you need to use the registry editor to delete the following registry keys:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ AeDebug \ Debugger

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ .NETFramework \ DbgManagedDebugger

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger

参考:

https://msdn.microsoft.com/en-us/library/5hs4b7a6(v = vs.100).aspx

最好的问候,

杰克


这篇关于运行可执行文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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