BREAK LIST [ HP Transact Reference Manual ] MPE/iX 5.0 Documentation
HP Transact Reference Manual
BREAK LIST
Lists the breakpoints that are set in the Transact/iX program.
Syntax
{BREAK LIST}
{BL }
Parameters
None.
Discussion
This command allows you to display currently-set breakpoints. The
command only lists breakpoints set by the BREAK SET statement and not
breakpoints set from within NMDEBUG. An asterisk listed in front of a
breakpoint indicates the point where your program stopped.
Example
The following example shows the listing of a typical set of breakpoints.
TRANDEBUG> break list
CURRENT BREAKPOINTS:
SYSTEM SEGMENT OFFSET COUNT
--------------------------------
* 0. TEST 0 24 1
CMD LIST>>>>> DISPLAY MATCH;STEP
1. TEST 1 28 1
2. TEST1 1 10 1
CMD LIST>>>>> DISPLAY KEY;
MPE/iX 5.0 Documentation