Term of the Moment

dynamic speaker


Look Up Another Term


Definition: watch variable


Any item of data within a program that a programmer wants to observe when debugging. Watch variables may be viewed while the program runs on its own, is stepped through instruction by instruction or when the program crashes. Setting watch variables is part of the debugging operation in a compiler. See variable, watchpoint and breakpoint.