How can I disable Delphi as just-in-time debugger?

前端 未结 1 1778
醉梦人生
醉梦人生 2021-01-19 00:15

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 debugge

相关标签:
1条回答
  • 2021-01-19 00:26

    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
    
    0 讨论(0)
提交回复
热议问题