By tag: Visualizer
0
kicks
Debug Visualizer for SubSonic Collections
See your SubSonic collections in a DataGridView while debugging your application just like you would see a DataSet in debug.
0
kicks
GUID Visualizer for Visual Studio 2005
A simple GUID Visualizer, it just displays a text box displaying the value in string format of the current guid. If you've ever tried debugging guids before you'll know that it's not easy, always giving you a misleading empty, which is actually a property of the guid type rather than its actual val...