问题
Are there any differences between add to watch and add to quick watch?
回答1:
"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.
回答2:
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.
来源:https://stackoverflow.com/questions/1466989/add-to-watch-versus-add-to-quick-watch