EXPR ADD expression
An expression is added as a breakpoint. The application responds:
EXPR #number ADDED
Where the number is the expression number, assigned by the application. Expressions are evaluated after each statement and a break occurs when the expression becomes true.
A warning is in order, because these are full evaluated expressions done after every statement, their presence will drastically slow down execution of the script.