0

The watch window in Visual Studio 2019 has worked fine until yesterday (I believe my laptop may have rebooted over night due to an update pushed by sys admins).

Now, when I set a breakpoint and try to evaluate the properties of an entity, the entity proxy doesn't display the properties (or values):

VS 2019 Watch window with blank properties

The Watch is aware of the number of properties as it lists an icon for each, but the property names and values are blank. Also, if I type the property name directly (e.g. detail.Asset.Id) it will display the value.

Has anyone seen this? know the cause? and/or know how to fix?

Rob
  • 14,746
  • 28
  • 47
  • 65
Chad
  • 3
  • 2
  • "_Did you try turning it off and on again"_? – Khalil Khalaf Dec 13 '19 at 20:12
  • I did. It didn't work. I updated VS, didn't help. I ran the repair. I think the restart after the repair failed when I walked away from the computer. When I came back to login, it didn't work, but another reboot and it started working again! – Chad Dec 15 '19 at 13:28

1 Answers1

0

Repair/reboot seems to have fixed it.

Chad
  • 3
  • 2