Watch expressions in the EGL debugger

Use a watch expression to track the value of an expression during debug.

You can create a watch expression in two ways.

Each time the debugger suspends processing, it evaluates all current watch expressions and displays the results in the Expressions view.

The following cautions and limitations are associated with watch expressions:

Compatibility

Table 1. Compatibility considerations for watch expressions
Platform Issue
JavaScript generation Watch expressions are not supported.

Feedback