Add a command to VisualStudio's Debug menu
See the question and my original answer on StackOverflowI 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.