add to watch versus add to quick watch

谁都会走 提交于 2020-01-03 17:24:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!