LIST LAST command

Displays a list of recent entries in the history table.

Read syntax diagramSkip visual syntax diagramLISTLASTintegerHISTORYLINESPATHSSTATEMENTS;
integer
Specifies the number of most recently processed breakpoints and conditions displayed.
HISTORY
Displays all processed breakpoints and conditions.
LINES
Displays processed statement or line breakpoints. LINES is equivalent to STATEMENTS.
PATHS
Displays processed path breakpoints.
STATEMENTS
Is equivalent to LINES.

Usage notes

  • The LAST keyword is provided to make the LIST command readable. It does not perform any function.
  • In the disassembly view, LIST LAST is not supported.

Examples

  • Display all processed path breakpoints in the history table.
    LIST PATHS;
  • Display all program breakpoints and conditions for the last five times z/OS® Debugger gained control.
    LIST LAST 5 HISTORY;

Refer to the following topics for more information related to the material discussed in this topic.