Some time ago, vs2005 was installed. Today, a "cool music box" was installed. When it was opened, the "Visual Studio real-time Debugger" dialog box appeared. The solution was found: how to disable and restore the Visual Studio real-time Debugger
After vs2005 is installed, if some processes have problems, the debugger will always be messy. Here we will solve it!
Delete:
HKEY_LOCAL_MACHINE/software/Microsoft/Windows NT/CurrentVersion/AeDebug/Debugger
HKEY_LOCAL_MACHINE/software/Microsoft/. netframework/dbgmanageddebugger
After the deletion, open Visual Studio 2005, select Tools-options-debugging-real-time, and remove the check boxes of the three options on the right.
If you do not see debugging, it is because you have not selected to display all options. After you open the tool-option, there is a selection box in the lower left corner to show all options.
In this way, Windows does not have any debugger.
If you want to restore the original:
Run: drwtsn32-I
OK!