Simon Mourier's Avatar
Simon Mourier's blog (1353 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • visual-studio

Add a command to VisualStudio's Debug menu

Aug 28, 2018 See the question and my original answer on StackOverflow

I quote from here: Adding a menu item to the Debug menu

Debug menu does not in the GUID guidSHLMainMenu, but in GUID guidVSDebugGroup. And there is no IDM_VS_MENU_DEBUG ID, replace it with IDM_DEBUG_MENU as following:

Don't forget to reference VSDbgCmd.h and VsDebugGuids.h in your VSCT.

  • SmoBlog © 2010-2025 Simon Mourier. All rights reserved.
  • Privacy & Terms