dotnet-daily-tips

023 - Pseudovariables in Watch window

Another debugging topic today. And another look at Watch window πŸ” in Visual Studio. Using it, we can observe values of our variables while the code is running but sometimes that’s not enough. We can use pseudo variables.

The documentation πŸ“‘ is attached as link below πŸ‘‡ but it doesn’t contain the full list.

πŸ”— See the docs: Pseudovariables in the Visual Studio debugger