Answered how to uninstall just in time debugger

  • Thursday, August 16, 2012 11:03 PM
     
     
    is there anyway to remove jit debugger completeley ive already uninstalled vs2010 but i still get errors when i launch an application acrobt, mudbox i just want want to remove from my pc simple as that like i never had it before

All Replies

  • Monday, August 20, 2012 7:25 AM
    Moderator
     
     Answered

    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 keys:

      • 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 keys 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 Registy Editor window.


    Mike Zhang[MSFT]
    MSDN Community Support | Feedback to us