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

前端 未结 14 1582
闹比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条回答
  •  -上瘾入骨i
    2020-12-13 19:01

    This 3 combinations solved it for me.
    - Make sure you are in Debug mode
    - Uncheck/Disable Use the legacy C#,VB.NET evaluator (Tools->Options->Debugger)
    - Make sure Enable Just My Code is checked.

提交回复
热议问题