Tag Archives: DebuggerBrowsable

Rediscovered the Debug attributes

There are 2 attributes that can easily be applied to your classes / methods to modify the behavior at debugging time. The attributes don’t change the runtime behavior of your code. [DebuggerDisplay] This attribute defines how you’ll see a type … Continue reading

Posted in .Net, Debugging, Development | Tagged , | Leave a comment