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.

error: failed to connect to remote target after update to 4.0.0.2

I updated my gear sport several days ago. After updating to 4.0.0.2, I cannot connect to my watch anymore. Here is …

samsung-mobile watch tizen tizen-wearable-sdk samsung-galaxy-gear
Node.js listen to MongoDB change

Is there a way for Node.js to listen to a change in a particular data in a collection of …

mongodb node.js watch listen
Visual Studio: Dataset and DataTable Visualizer not working in watch window

I have just installed visual studio 2005 service pack 1 on a Windows 7 64 bit machine. Everything appears to work fine and I …

visual-studio debugging visual-studio-2005 watch visualizer
linux use watch command with multiple calls

How can I combine two (or more) calls by the watch command? Such that they are run together (serially) and …

linux bash shell watch
invoking functions while debugging with Visual Studio 2005?

Here's something I know is probably possible but I've never managed to do In VS2005(C++), While debugging, to be …

c++ visual-studio debugging visual-c++-2005 watch
npm scripts nodemon - watching js and scss files for changes

I'm experimenting with setting up a dev environment to use NPM only, without the use of grunt.js or bower.…

javascript node.js npm watch nodemon