Debug proxies for custom collections to aide debugging in Visual Studio
Posted by: Granville Barnett,
on 06 Sep 2007 |
View original | Bookmarked: 0 time(s)
I stumbled across this while working on a small project (Data Structures and Algorithms (DSA)). Creating a proxy for a type, or whatever really - in my case a collection is really simple and provides some really cool results in the locals window when debugging. Raw View The raw view is exactly what it implies, a no holds barred view of of type you are displaying in the locals window. The raw view by default is not expanded, instead you have a small amount of information about a particular...