Top "Watch" questions

Watch refers to observing the status of variables, files or directories for some or all possible actions such as additions, deletions or modifications.

add watch shows undefined identifier visual studio 2012, cpp

I encounter the strangest behavior in VS 2012 (I'm writing in cpp). I click "add watch" on a variable and it …

c++ visual-studio watch
Angular.js watch only on particular object property

Basically I want this http://plnkr.co/edit/3yfXbo1c0llO40HZ8WNP?p=preview but watch doesn't fire when …

javascript object angularjs watch angularjs-scope
How can I use "watch" GDB?

I tried to watch the change of the "int a" by the command "watch a". However, the program does not …

gdb watch
Grunt with Compass and Watch compiles slow

Grunt takes a quite long to compile the css file, I am not sure if this is normal but regular …

performance gruntjs watch grunt-contrib-watch grunt-contrib-compass
Angular, typescript change detection input text

I can't find simple and easy solution how to detect change in my textfield. I dont want to use (keypress) …

angular typescript onchange watch
log4net doesn't watch my app.config

I configured my log4net to watch on changes made to the app.config file. [assembly: log4net.Config.XmlConfigurator(…

log4net app-config watch appender
AngularJS : $watch within directive is not working when $rootScope value is changed

I have created an application is angularjs in which i am having a directive, i am ahving a watch within …

angularjs angularjs-directive watch angularjs-watch
Watch expression doesnt show value in eclipse with java

I am using eclipse helio with java. The watch expression option is not working for me when debugging my code …

java eclipse debugging watch
How can I auto compile my HAML files into HTML files in a tiny project that doesn't run on RoR?

I have only today started playing with compass and haml. While I am quite familiar with the way sass works …

compilation project haml watch compass-sass
vuejs2: how can i destroy a watcher?

How can i destroy this watcher? I need it only one time in my child component, when my async data …

vuejs2 watch destroy