Try OpenEdge Now
skip to main content
Online Help
Running and debugging ABL programs : Reference : Debugger views : Dynamic Objects view
 
Dynamic Objects view
The Dynamic Objects view lets you monitor the creation and destruction of dynamic object instances. You must explicitly start dynamic object monitoring for specific object types if you want to use this view.
The Debug perspective includes the Dynamic Objects view by default. To display it if is not open, select either Window > Show View > Dynamic Objects or Window > Show View > Other > Progress OpenEdge Debugger > Dynamic Objects.
While the Debugger is monitoring active object instances, the following information is displayed in the Dynamic Objects view:
*The object type.
*The name of the procedure file in which the dynamic object was created.
*The line number at which the object was created.
*Any relevant attribute values (such as the value of the object's Name attribute) or other object-specific information.
*The path.