There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.