Related resources for DebuggerTypeProxy Attribute
  • Debugging Tips - Part One10/25/2017 4:02:44 PM. A cool attribute to save some debugging time is DebuggerTypeProxy (Namespace: System.Diagnostics). Using this attribute, you can write your own logic to interpret the object at debug time. Meaning, if