I have setup some Services Singleton data classes to share data across Blazor Wasm components. I can't see any of the data in the debugger, either via mouse-over in the code or by entering statements in the VS Immediate Window when stopped at a break point. If I assign the Services data to local variables in my code, I am able to see it in those variables using the debugger, so I know it is in the Services Singleton.