When creating a RibbonExtensibility class for, say, adding custom context menu buttons, is there some way in VS to debug whether the XML you are returning in GetCustomUI is actually valid?
For example, if my XML tries to use a non-existent idMso, I'd like VS to inform me of this somehow.