Archive for the ‘debugging’ Category

The Command Window

The Command Window, like the Immediate Window, can be one of those tools that a developer can find to be an invaluable aid and time saver. As the name implies, the Command Window is essentially a shell into Visual Studio and provides a mechanism other than point-and-click to activate and use Visual Studio’s features.
To [...]

Extending DebuggerVisualizer — visualizing data as a graph in the debugger

Without a doubt, the debugging in Visual Studio is pretty easy to use and powerful. One aspect of it that makes it especially powerful is the ability to extend and customize it to your needs and data. Enter Debugger Visualizers...
Debugger Visualizers are the little pop-up windows that show when you click on the little magnifying [...]