Lists information on breakpoints.
LBREAKPOINT [statement-id|/ALL ]
where:
In this example, all breakpoints are listed.
CodeWatch> LBREAKPOINT /ALL Break set at PRIMES\114 (count = 1) Break set at PRIMES\119 (count = 2) Break set at PRIMES.READ_INPUT\%ENTRY (count=1) [E maxv;] Break set at PRIMES.ISPRIME\%ENTRY (count = 1)
Description
The LBREAKPOINT command lists information on a single breakpoint or on all breakpoints.
If the statement identifier is omitted, information is listed on the breakpoint at the current execution point. If /ALL is specified, information is listed on all breakpoints. The information listed includes the skip count, execution count (the number of times the breakpoint has been encountered) and any specified action-list.