The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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.