Just-In-Time Debugging in Visual Studio 禁止VS在服务器上调试

Posted 启明星工作室

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Just-In-Time Debugging in Visual Studio 禁止VS在服务器上调试相关的知识,希望对你有一定的参考价值。

To disable Just-In-Time debugging by editing the registry

  1. On the Start menu, search for and run regedit.exe

  2. In the Registry Editor window, locate and delete the follow registry entries:

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

    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger

  3. If your computer is running a 64-bit operating system, delete the following registry entries also:

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

    • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\DbgManagedDebugger

  4. Take care not to accidentally delete or change any other registry keys.

  5. Close the Registry Editor window.

以上是关于Just-In-Time Debugging in Visual Studio 禁止VS在服务器上调试的主要内容,如果未能解决你的问题,请参考以下文章

WebAssembly 系列JavaScript Just-in-time (JIT) 工作原理

第21题:JavaScript 编译 - JIT (just-in-time) compiler 是怎么工作的?

Just-In-Time调试器在没有必要的安全权限的情况下启动

是否可以将 gdb 附加到崩溃的进程(又名“即时”调试)

Delphi 7在打开时显示JUST-IN-TIME 调试器设置(如图),点确定以后,显示Debugger数据错误

Tips and Tricks for Debugging in chrome