Attribute
|
Function
|
TYPE
|
Returns the object type of the Debugger, the standard value for all system handles, "PSEUDO-WIDGET"
|
VISIBLE
|
Displays or removes the Debugger window on the screen
|
Method
|
Function
|
CANCEL-BREAK( )
|
Cancels a specified breakpoint.
|
CLEAR( )
|
Re-initializes the internal state of the Debugger. This function has no visible effect on the Debugger window.
|
DEBUG( )
|
Starts and initializes the Debugger, and immediately gives control to the Debugger in stand-alone mode while blocking the invoking procedure.
|
DISPLAY-MESSAGE( )
|
Displays a message in an alert box. The Debugger stores these messages and displays them to the user in an alert box when the Debugger regains control of the application.
|
INITIATE( )
|
Initializes the Debugger, but does not immediately give control to the Debugger. When the ABL Virtual Machine (AVM) instance encounters a breakpoint, it gives control to the Debugger in application mode, and the procedure containing the breakpoint becomes the current procedure in the Debugger context.
|
SET-BREAK( )
|
Sets a specified breakpoint. You cannot use this method to set a condition on a breakpoint, or to set a breakpoint triggered by an error. You can, however, add a condition to a breakpoint created using this method, by editing the breakpoint from the Breakpoints dialog box.
Note: You cannot use this method to set a a watchpoint.
|