Did you know… How to use the Watch Window to change a variable’s value
Just like all the other tips, this one will work with Visual Studio .NET 2003 and Visual Studio 2005.
Were you ever debugging some code and wanted to quickly change a variable’s value without having to stop debugging? Add the value to the watch window (remember, you can select the variable and drag it into the watch window). Then, double-click the variable’s contents within the watch window, and you’ll be able to edit. Click outside this field (or press enter to commit), and the variable will contain the new contents.
Happy Editing!