WATCH

Syntax: #WAT expression

Adds the expression to the Watch List in the Debugger window. This expression is evaluated and displayed each time the debugger window is viewed.

WATCH examples

#WATCH @testvar
displays the current value of the testvar variable in the debugger list.
 
#WATCH @testvar+2
displays the current value of the testvar variable, plus two.


Contents WALK WHILE