The debugger fails to show any locals, or some object properties in these cases:
- Unhandled/unsupported types (like
out)
- Multicast delegates, like when looking at code in aspnetcore's
EventCallback.cs
ref valuetypes
- when locals, or params could not be described for some reason (like being in on the wrong frame!)