Try OpenEdge Now
skip to main content
Debugging and Troubleshooting
OpenEdge Debugger : Introduction : Debugger features and functions : Execution monitoring : Dynamic object monitoring
 
Dynamic object monitoring
You can monitor the creation and destruction of dynamic object instances in your application, using Diagnostics > Monitor Dynamic Objects. This lets you track dynamic object instances your application has created and not yet destroyed. This can help you locate unused object instances that can result in memory leaks.