I was gone most of this week for a 3-day event, so I’ll leave you with this quick tip.

In Visual Studio, when you’re debugging and you’re stepping through the program, move the cursor over a variable.

 

Notice how you can expand it by clicking on the cross to see all of a class’s member variables and values. Also note how you can click on the values and edit it right in the tooltip.

Now you can wreak havoc on your program's variables faster than ever!