Monitoring Values
At runtime you can observe the current values of variables of a programming object at various points in the project. This is called "monitoring":
- Online view of the programming editor of an object: "inline monitoring"
- Online view of the declaration editor of an object
- Object-independent configurable watch lists
You can monitor the results of function calls and the current values of variables in objects of the type Property by setting the pragma {attribute 'monitoring'...}.
See also:
- Reference programming: Pragmas > 'monitoring' attribute
Further Information