Closed
Description
I am not able to inspect properties and fields in static classes using the VS Community 2019 v16.8.2 debugger with an AspNetCore 5.0 Blazor Wasm app running on Chrome 86.0.4240.198. I have to assign them to local variables to be able to inspect the values. I have a small repro app that will show the problem, but it seems any app with a static class containing public properties/fields will do.
I think this might be related to #42057, which encompassed an issue I submitted (#40245) plus one before that.