如何禁用Delphi作为即时调试器? [英] How can I disable Delphi as just-in-time debugger?

查看:105
本文介绍了如何禁用Delphi作为即时调试器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Delphi 7在我的系统上被注册为即时调试器。如何禁用它,以便如果应用程序错误尝试调用JIT调试器,Delphi将不会启动?



我停止了机器调试管理器服务,但这并没有

解决方案

您需要删除以下注册表项:

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

在64位系统上也删除此键:

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


Delphi 7 is registered as the just-in-time debugger on my system. How can I disable it so that Delphi will not launch if an application error tries to invoke the JIT debugger?

I stopped the Machine Debug Manager Service but this did not do the trick.

解决方案

You need to delete the following registry key:

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

On a 64 bit system delete this key also:

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

这篇关于如何禁用Delphi作为即时调试器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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