Use a watch expression to track the value of an expression during debug.
Each time the debugger suspends processing, it evaluates all current watch expressions and displays the results in the Expressions view.
functionA(); functionB();
if(myVar > 0)
functionA();
functionB();
end
| Platform | Issue |
|---|---|
| JavaScript generation | Watch expressions are not supported. |