码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-11-02 14:36:07      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:computer   microsoft   tar   compute   cal   .net   following   hang   registry   

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在服务器上调试

标签:computer   microsoft   tar   compute   cal   .net   following   hang   registry   

原文地址:http://www.cnblogs.com/mqingqing123/p/7771655.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!