The Add Watch dialog box also allows you to specify what is to occur when execution reaches the expression. Watch Expression will simply monitor the expression. Break When Value Is True will send the application into Break mode if the value of the watched expression has a value of True. Break When Value Changes will send the application into Break mode if the expression’s value changes at all. What kind of problem you are debugging will determine which setting you use.