'Visual Studio 2022 Preview. Debugging Can not evaluate children with Blazor WASM project
I have noticed that when I hit a breakpoint in my Blazor WASW project if I am trying to look at a Collection object to examine the contents I receive the information: "Children could not be evaluated"
Is this normal behaviour due to problems debugging WASM?
Solution 1:[1]
I updated NuGet packages to 6.02.All working now.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Paul Stanley |
