The Runtime Diagnostics page provides comprehensive diagnostic tools including Property Watch, Trace Window, and Module Information for monitoring and troubleshooting running solutions.
Access: Runtime → Diagnostics
Parent Page: Runtime Designer UI (Reference)
Runtime Diagnostics (Reference)
Property Watch
Tool designed to access and modify system tags and internal properties with IntelliSense support.
Feature | Function |
---|---|
Read Values | Monitor tag values in real-time |
Write Values | Modify tags during runtime |
IntelliSense | Auto-complete for object names |
Object Browser | Navigate available objects |
Trace Window
Displays runtime messages and debug information:
- System messages
- Script trace outputs (Info.Trace())
- Module status updates
- Error messages
Module Information
Shows status and operation of different modules:
- Module running state
- Resource usage
- Error counts
- Performance metrics
[Additional content would be added based on actual documentation]