10 “Watch Window” Tips for debugging with Visual Studio
Working in Visual Studio, I came across this great list of tips for the Watch Window. There’s a lot of other great .NET tips over at Abhijit’s World of .NET!
Some of the top tips include:
- How to Move Values between multiple Watch Windows
- How to Create an Object ID
- How to Change the Type of Display Format
- How to View Pseudo-Variables
- How to use XML/HTML/Text Visualizer in Watch Windows
Check it out here: