Progress
Language Reference


INITIATE( ) Method

Initializes the Debugger, but does not pass control to the Debugger immediately. To start the Debugger from the procedure in application mode, you must set a breakpoint using the SET-BREAK( )method that the procedure encounters. When the procedure encounters the breakpoint, the Debugger takes control of the procedure at that point.

Return Type: LOGICAL

Applies To: DEBUGGER System Handle

SYNTAX
INITIATE ( ) 

If the INITIATE( ) method successfully initializes the Debugger or the Debugger is already initialized, the method returns TRUE. Otherwise, it returns FALSE with no effect.

NOTE: To use this method, the Progress Application Debugger must be installed.

All other Debugger attributes and methods (except the DEBUG( ) method) have no effect unless you first initialize the Debugger with this method or start the Debugger from the Progress ADE. If the Debugger is already initialized and running (for example, by running Progress with the -debug startup parameter), this method has no effect.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095