watch expression

An expression you define that allows you to observe the behavior of a variable or expression throughout a procedure; used in debugging applications.  Watch expressions appear in the Watch panel of the Debug window when an application enters break mode.  Depending on the type of watch expression, you can choose to break program execution when the expression changes or evaluates to True.