" VSDebug消息"使用键盘快捷键时出现对话框

时间:2016-06-14 08:18:38

标签: visual-studio

当我使用ctrl + shift + B快捷键在VS2015 Update 2中制作Build Solution命令时出现错误:

---------------------------
VSDebug Message
---------------------------
Command data:



    Guid = {5EFC7975-14BC-11CF-9B2B-00AA00573819}

    GuidID = 11

    CmdID = 882

    Type = 0x00000001

    Flags = 0x00000048

    Canonical name = Build.BuildSolution

    Localized name = (Not set)
---------------------------
OK   
---------------------------

如果我使用鼠标,效果很好。清理缓存甚至重新安装都没有帮助。如何解决?

1 个答案:

答案 0 :(得分:6)

您可能已启用VSIP日志记录,如果您在查看中有 禁用VSIP日志记录 项,则可以将其禁用菜单。

您还可以确保EnableVSIPLogging中的注册表值HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0\General\设置为0

另见https://blogs.msdn.microsoft.com/dr._ex/2007/04/17/using-enablevsiplogging-to-identify-menus-and-commands-with-vs-2005-sp1/

View menu