docs/design/mono/debugger.md
The details of launching a Debugger session for a Blazor WebAssembly application is described here.
Web Assembly Debugger supports usage of following attributes:
System.Diagnostics.DebuggerHidden
Decorating a method - results:
Decorating a method with a Debugger.Break() call inside:
System.Diagnostics.DebuggerDisplay
System.Diagnostics.DebuggerTypeProxy
System.Diagnostics.DebuggerBrowsable (doc)
Collapsed - displayed normally.
RootHidden:
Never - not displayed in the debugger window.