Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Can't see collections in VS2022 debugger in Blazor

$
0
0

I'm debugging a BlazorWASM application in VS2022 - all works well except if I place a breakpoint in the code.

The Autos window will populate with the local variables (including collections) but when I attempt to drill into a collection (a list in my case) I merely see 'Capacity' and 'Count' and no details of the items in the list itself.

List with no details of items

I think this only started with VS2022 - v17.4.

Not sure what I'm missing here. More detail:

Runtime: .net 7.0.0Nuget packages: all v7.0.0


Viewing all articles
Browse latest Browse all 4839

Trending Articles