简体   繁体   中英

Visual studio 2019 debug variable

I have problem with showing values of variables in debug mode. Using asp.net core 3.1. When in debug mode hovering over variables shows name and some value (example list shows item count) but when I click to expand nothing happens. Like shown

Hovering over the values:

将鼠标悬停在值上

In local variable window is only "..."局部变量窗口

My current version 16.11.12

Solved by

  • uninstalling with InstallCleanup.exe
  • manually deleting visual studio files located at "C:\Program Files (x86)\Microsoft Visual Studio"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM