VisualGDB Menu Commands Missing

VisualGDB menu commands can disappear due to conflicts with other add-ins or when the user manually rearranges the menu commands and removes them.

To restore the menus, please open the Visual Studio command prompt from the Start Menu and enter the following command:

devenv.exe /resetaddin VisualGDB.AddIn

Warning: the add-in name is case-sensitive and the .exe suffix is mandatory!

If this does not fix the VisualGDB commands, you can always add them manually:

  1. Open Visual Studio.
  2. Select Tools->Customize.
  3. Select "Commands"
  4. Select "Menu Bar->Debug"
  5. Click "Add Command"
  6. Select "Addin on the left"
  7. Select the command you would like to add.

If you keep seeing the warning message although the commands are present, you can disable the check manually:

  1. Open Registry Editor
  2. Select HKEY_CURRENT_USER\SOFTWARE\Sysprogs\VisualGDB\Settings\Common
  3. Create a new DWORD value called DisableCommandChecks and set it to 1