Progress
Debugger Guide


CANCEL BREAK Command

Removes a single breakpoint specified by combinations of procedure names and line numbers or any selection of breakpoints specified by breakpoint number.

SYNTAX

CANCEL BREAK
  {   proc-name [ line-no ]
    | line-no
    | #n [ #n ] ...
  } 

PARAMETERS

proc-name

The name of a Progress procedure.

line-no

An integer that specifies a line number in the listed or specified procedure.

n

An integer that specifies the ordinal breakpoint number of any current breakpoint displayed by the SHOW BREAKS command. The preceding # symbol is required.

NOTES

SEE ALSO

BREAK Command, CANCEL ALL Command, SHOW BREAKS Command


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