Just-In-Time debugging launches Visual Studio automatically when an exception or crash occurs in an application running outside Visual Studio. This enables you to test your application when Visual Studio is not running and begin debugging with Visual Studio when a problem occurs.
With the JIT debugger utility, you can troubleshoot errors and problems that prevent Visual Studio from performing correctly. You can restore Visual Studio issues either manually or automatically using the JIT debugger. If this utility malfunctions, you can fix it using a simple manual procedure. It is likely that an issue such as a missing or corrupt file is keeping JIT debugger from functioning.
Please follow below steps to fix JIT debugger problem.
- In the Start menu, click Run.
- In the Run dialog box, type regedit, then click OK.
- 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
- 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
- Take care not to accidentally delete or change any other registry keys.
- Close the Registy Editor window.
If the problem still exists, please try a registry cleaner tool to fix the problem. Many people use it to fix JIT debugger. It is easy to use and risk free.
- Please download and install registry cleaner by clicking it.
- After installation, start registry cleaner and on the interface click Scan button.
- After Scan, click Repair All button.
After trying this, I think your problem will be resolved easily.