Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

add to watch versus add to quick watch

Are there any differences between add to watch and add to quick watch?

like image 631
mrblah Avatar asked Sep 23 '09 16:09

mrblah


1 Answers

"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.

like image 198
RichieHindle Avatar answered Oct 14 '22 03:10

RichieHindle