c# – I can’t see the contents of my objects in Visual Studio 2022 in debug mode
my company has updated Visual Studio. I’m upgrading from version 2019 to 2022.
I’m having a problem: I can no longer see the contents of my objects in Visual Studio when I debug.
I can see strings, Booleans, and other simple objects, but as soon as I try to view an object, I only get an {OBJECT} variable (see screenshot).
I’ve tried a lot of things: deleting the .vs file at the root, disabling js debug for .NET, check that the correct boxes are unchecked in the debug settings
Do you have any idea where this could be coming from?
Thanks for your future anwser
Read more here: Source link

