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

Synopsis:

disable bp-number [bp-number ...]

Disables the breakpoints given as a space separated list of breakpoint numbers.

Examples:

 disable 1 2    # Enable breakpoint 1 and 2
 disable b1 b2  # Same as above
 disable a4     # Enable action 4
 disable w1 2   # Enable watch expression 1 and breakpoint 2

See also:

info break to get a list of breakpoints, and enable to enable breakpoints.