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
-
On the Start menu, search for and run
regedit.exe
-
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
-
-
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
-
-
Take care not to accidentally delete or change any other registry keys.
-
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调试器在没有必要的安全权限的情况下启动