Datatips (mouse hover over variables in debug mode) not working in Visual Studio 2012 / Win 7 64bit

前端 未结 14 1595
闹比i
闹比i 2020-12-13 18:16

When I hover my mouse over a variable when debugging a C# app in Visual Studio nothing popups. I expect to see the value of the variable (aka datatips). I\'m running Visual

14条回答
  •  死守一世寂寞
    2020-12-13 18:49

    I had this problem so I deleted all the *.suo and *.user files I could find in the solution directory and that seemed to fix it.

提交回复
热议问题