Watchpoint expressions
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Watchpoint expressions
A watchpoint expression can be a variable (including
array elements), field (including array elements), attribute reference
(including chained references), or built-in ABL function, such as PROPATH.
(For a complete list of valid functions, see Table 3.)
However, the expression may not be a CLOB, BLOB, LONGCHAR, RAW,
or MEMPTR variable or field. The Debugger checks
only that the watchpoint expression follows the conventions for
a valid watch.
Note: Watchpoints are not valid on the name of an
array. You must specify a particular array element to watch.