HP 3000 Manuals

DATA BREAK LIST [ HP Transact Reference Manual ] MPE/iX 5.0 Documentation


HP Transact Reference Manual

DATA BREAK LIST 

Lists the data breakpoints currently set in the Transact/iX program.

Syntax 

{DATA BREAK LIST}
{DBL            }
Parameters 

None.

Discussion 

This command allows you to display the data breakpoints that are
currently set.

Example 

This example shows the listing of a typical set of data breakpoints.

     TRANDEBUG> data break list 

                  CURRENT DATA BREAKPOINTS:

                     SYSTEM  ITEM NAME             LENGTH  COUNT    TYPE
                    _____________________________________________________
                0. TEST    ITEM1                   4       1      CHANGE
                       CMD LIST>>>>> DISPLAY MATCH;STEP
                1. TEST    ITEM2                   8       1      VALUE
                       LT  VALUE>>>>> abcdefgh
                2. TEST1   ITEM1                   4       1      CHANGE
                       CMD LIST>>>>> DISPLAY KEY;
                3. TEST    ITEM3                   8       1      VALUE
                       NE  VALUE>>>>> 12345678
                4. TEST    MATCH REGISTER                  1      CHANGE

The column TYPE shows the data breakpoint type VALUE or CHANGE. VALUE
means that a breakpoint is related to a specified value.  The value that
causes the breakpoint is displayed after the string VALUE>>>>> and can
take multiple lines.  The relationship between the item name and the
value that causes the breakpoint is displayed in front of the string
VALUE>>>>>.  CHANGE indicates a data breakpoint when the item_name's 
value changes.  The command list associated with the breakpoint is listed
after the string CMD LIST>>>>> and can also take multiple lines.



MPE/iX 5.0 Documentation