Visual Studio 2005 added support for Debugger Visualizers . With debugger visualizers, developers can define what information (and in what form) is shown in the debugger for a specific type. There are many visualizers for various .NET types floating around.
Read More...