PreviousNextIndex

CANCEL-BREAK( ) method

Cancels a breakpoint from a debugging session.

Return type: LOGICAL

Applies to: DEBUGGER system handle

Syntax
CANCEL-BREAK( [ procedure [ , line-number ] ] ) 

procedure
line-number

If you invoke DEBUGGER:CANCEL-BREAK ( procedure , line-number ) on the same line that is specified by procedure and line-number, the existing breakpoint on the specified line occurs the first time it is executed. The breakpoint is cancelled only on the second and succeeding executions of the line.

To use this method, you must have the Application Debugger installed in your OpenEdge environment.


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex