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

info breakpoints [num1 ...] [verbose]

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

Examples:

  trepanpl: info breakpoints
  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:

break, break, disable, enable, watch, and help syntax location.