Use DebuggerBrowsable attribute to customize the debugging windows Use DebuggerDisplay attribute to customize the debugging display. To use above attributes you have to use System.Diagnostics namesapce 1. Using DebuggerBrowsable Attributes If you want to customize the view on debugger window for any properties during debugging you can easily do it using DebuggerBrowsable attributes. You can [...]
