PREV UP NEXT ANA

16.5.46: BREAKPOINT

BREAKPOINT, string [, /SET, /LIST]

BREAKPOINT, n [, /DISABLE, /ENABLE, /DELETE, /LIST]

Unfinished routine for debugging. The first form sets and enables a breakpoint in routine string. A particular line number can be appended to string after a colon (:). If no line number is appended, then the breakpoint is set for entry of the routine, function, or file. The second form modifies existing breakpoint number n. The /ENABLE switch enables the breakpoint (i.e., execution is stopped at the breakpoint). The /DISABLE switch disables the breakpoint (i.e., the breakpoint is retained but is ignored during execution and can be enabled again later). The /DELETE breakpoint deletes the breakpoint. The /LIST switch lists all currently defined breakpoints and their status (enabled/disabled) after all indicated changes have been made to the breakpoint list.

See also: Debug Routines