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

前端 未结 14 1601
闹比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:52

    I have found this solutions:

    • reinstall Visual Studio as adivced here, but you have already tried it

    • Open your VS->Tools->Import and Export Settings Wizard->Reset all settings->No, just reset settings, overwriting my current settings-> Choose a Default Collection of Settings from MSDN Forum: Debugging - hover watch has stopped working

    Updated:

    • maybe you have Release build configuration

    • set Code Optimization property to Disabled under Project property windows

    as adviced in similiar question on SO

提交回复
热议问题