Are there any differences between add to watch and add to quick watch?
+3
A:
"Add to watch" adds the variable to the Watch window, so that you can see its value changing as you step through the code.
"QuickWatch" pops up a transient dialog showing the value, without permanently adding it anyhere. When you close that dialog, you can no longer see the value.
RichieHindle
2009-09-23 16:07:45
A:
Adding onto Richie's answer.
In terms of what they can and cannot evaluate there is no difference. Under the hood they use the same evaluation techniques and can represent an equivalent set of expressions.
JaredPar
2009-09-23 18:57:54