1. 打开注册表,HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options.
  2. 找到你想debug的程序,比如myapp.exe. (如果没有,就创建一个)。
  3. 右键myapp.exe文件夹, 添加一个String Value. 命名为: debugger, 值为: vsjitdebugger.exe.(用visual studio). 或者 C:\Program Files (x86)\Debugging Tools for Windows (x86)\windbg.exe.(using windbg)

相关文章:

  • 2021-10-09
  • 2021-11-17
  • 2022-12-23
  • 2022-03-01
  • 2022-02-21
  • 2022-01-17
  • 2021-12-26
  • 2021-07-14
猜你喜欢
  • 2021-10-04
  • 2021-08-18
  • 2022-12-23
  • 2022-02-19
  • 2021-08-08
  • 2021-11-25
  • 2021-08-28
相关资源
相似解决方案