Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : CLEAR( ) method (DEBUGGER Handle)
 

CLEAR( ) method (DEBUGGER Handle)

Initializes the internal state of the Application Debugger.
Return type: LOGICAL
Applies to: DEBUGGER system handle

Syntax

CLEAR ( )
This method has no visible effect on the Debugger window. If the Debugger is initialized, this method returns TRUE. Otherwise, it returns FALSE with no effect.
Note: To use this method with the DEBUGGER system handle, you must have the Application Debugger installed in your OpenEdge environment.
For more information on using this method for the Debugger, see the reference entry for the DEBUGGER system handle and OpenEdge Development: Debugging and Troubleshooting.