Application data management
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Application data management
Whenever the Debugger has control, you can monitor and make changes to data items in your application. For example, you can:
- Examine the values of variables, buffers, parameters, temp-tables, and datasets that are defined and accessible from an executing procedure in the variables pane. You can modify the values of variables and parameters.
- Examine and modify the values of attributes for objects, using .
- Examine and modify the values of database and temp-table buffer fields, using .
- Examine and modify the elements of an array selected in the variables pane, or of an array field selected in a buffer, using .
- Add watches to monitor the values of any variables, attributes, fields, or built-in ABL functions in the executing procedure, or any procedure on the call stack, using .