Multiple vsjitdebugger processes in task manager

Last post 11-10-2009 11:46 AM by jrossh21. 2 replies.

Sort Posts:

  • Multiple vsjitdebugger processes in task manager

    11-04-2009, 1:56 PM
    • Member
      66 point Member
    • jrossh21
    • Member since 03-04-2008, 2:06 PM
    • Posts 110

    Even after closing VS, I still have mutliple (around 200) instances of the vsjitdebugger processes bogging down my system. Does anyone know how to prevent these from sticking in memory? I have to reboot in order to get rid of them.

  • Re: Multiple vsjitdebugger processes in task manager

    11-09-2009, 10:38 PM
    Answer

    Hi,

    The Just-In-Time debugging is a feature that launches the Visual Studio debugger automatically when the program encounters a fatal error outside Visual Studio.

    The VSJITDebugger.exe program as the debugger by default when a managed application throws an unhandled exception. For more information, see http://blogs.msdn.com/shawnfa/archive/2004/07/15/184490.aspx.

    If we don’t want to run this program, we can delete the following registry keys to disable Just-In-Time debugging:

    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger


    I hope this helps. 

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
  • Re: Multiple vsjitdebugger processes in task manager

    11-10-2009, 11:46 AM
    Answer
    • Member
      66 point Member
    • jrossh21
    • Member since 03-04-2008, 2:06 PM
    • Posts 110

    Thanks for your reply, but it was actually a program that I couldn't see because I was logged in using RDP. Once I logged into the actual console, I could see the error and resolve it that way.

Page 1 of 1 (3 items)