这是设定系统当前调试器的,你可以在注册表中自己设置一下,位置是:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug, 把里面的Debugger键值设置为:C:\Program Files\Borland\Delphi5\Bin\bordbg50.exe" aeargs %ld %ld 

原为:

"c:\WINDOWS\system32\vsjitdebugger.exe" -p %ld -e %ld

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]
"Auto"="0"
"Debugger"="\"c:\\WINDOWS\\system32\\vsjitdebugger.exe\" -p %ld -e %ld"
"UserDebuggerHotKey"=dword:00000000

  

相关文章:

  • 2021-08-20
  • 2021-10-31
  • 2022-12-23
  • 2021-10-22
  • 2021-08-23
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
猜你喜欢
  • 2021-06-12
  • 2021-07-20
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
  • 2021-06-18
  • 2021-10-10
相关资源
相似解决方案