When I debug ASP.NET Core applications in Visual Studio 2017, I cannot either view the contents of the variables hovering over them, or use immediate windows or automatic / local tabs or a quick clock (I get Could not evaluate expression ).
I tried running the application in Kestrel and IIS Express, and I tried to enable Use Managed Compatibility Mode .
The .NET Core console application does not work either.
There are still no updates from Microsoft: https://developercommunity.visualstudio.com/content/problem/70835/cannot-preview-variables-aspnet-core.html
source share