I inserted two temp variables and want to see their values, but I can\'t. I could solve it by placing it somewhere else, but I\'m interested why this behaviour exists.
I had a .NET Standard project, and what worked for me was to go:
It had been set to "Portable". Changing it to "Full" allowed me to see variables in Watch and Immediate windows again.
Not sure if it it's relevant, but I had recently converted the project from PCL to .NET Standard. Maybe something got lost in translation.