The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.