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

前端 未结 14 1590
闹比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 19:05

    Before running the application check you are running it in Debug mode. If set to Release mode change it to Debug and then run. The debugger will then provide the data-tips.

提交回复
热议问题