Tips & Tricks: Use DebuggerDisplayAttribute for easier debugging(gregbeech.com)
submitted by
CraigStuntz(438) 3 years, 8 months ago
When debugging, it's common to hover over an object to get a quick view of what its properties are. This is where DebuggerDisplayAttribute comes in. The format string looks similar to normal .NET format strings in that the values to replace are between curly braces, but instead of being told what to substitute the debugger treats these values as expressions and attempts to evaluate them using the current context. read more...
|category: Visual Studio
|Views: 225
tags:
Debug VisualStudio another
Everyones tags:
Your Tags: