Adam Heeg
Adam Heeg

Reputation: 1714

VS 2017 Debug Mode Cannot See Object Property Values

I recently updated my Visual Studio 2017 from 15.4.2 to 15.4.5.

At some point during the day I realized that in debug mode I could no longer view objects while stepping through code. I brought up VS 2015 and that environment still works.

Some things I found online suggested setting certain values in the debug options menu on the visual studtio environment, but that did not help either.

The Image shows there is no expand arrow to view the SomeObject item.

enter image description here

(visual studio 2017 bug)

This image shows my same machine with Visual Studio 2015 and the expected behavior. Until recently 2017 had this behavior. VS2015 showing object properties

(visual studio 2015 expected behavior)

Upvotes: 0

Views: 1397

Answers (1)

Jack Zhai
Jack Zhai

Reputation: 6436

I just test it in VS 2017 15.4.4 and 15.5.0. They all could show all items' value.

Since the latest VS 2017 has been updated to 15.5.0, if possible, please try to use the latest version. Debug it again.

Upvotes: 1

Related Questions