The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

info display [num1 ...] [verbose]

Show status of user-settable display. If no display numbers are given, the show all displays. Otherwise only those displays listed are shown and the order given. If verbose is given, more information provided about each breakpoint.

Examples:

  trepanpl: info display
  Num Type          Disp Enb Where
  1   breakpoint    keep y   at gcd.pl:8
        breakpoint already hit 1 time
  No actions.
  No watch expressions defined.

The Disp column contains one of keep, del, the disposition of the breakpoint after it gets hit.

The Enb column indicates whether the breakpoint is enabled.

The Where column indicates where the breakpoint is located.

See also:

display, and undisplay