I'm trying to debug some code in a blazor webassembly code behind file. It mostly works as I am used to but for some reason it doesn't show the value but a function.
You can see this in this screenshot:
I'm using Visual Studio 17.5.0 Preview 1.0 and .net7
Is there any setting I have to adjust so it will directly show the value instead of the method name?