Visual Studio .NET Extensibility
I’m writing a VS .NET add-in and I’ve hit a wall trying to add a menu item to the Debug menu. The docs are pretty bad compared to the what I usually get from Microsoft, and the interfaces all use VARIANTs so I can’t infer anything from the types. All the sample code I’ve seen adds menu items to the Tools menu, but when I replace “Tools” with “Debug” in the sample code the command gets added to the Debug toolbar instead. Can anybody help?
