3.3.6.3 Disabling and Enabling Breakpoints

Instead of deleting a breakpoint, you might prefer to disable it. A disabled breakpoint continues to exist, but is ignored. You may enable it again later, if the need arises.

To disable and enable breakpoints, use ENABLE and DISABLE commands, described below. To obtain information about existing breakpoints and their status, use INFO BREAK command (see section Listing Breakpoints).

DISABLE [number-list]
DIS [number-list]

Disable breakpoints, specified by number-list. If no arguments are given, disables all breakpoints.

ENABLE number-list
ENA number-list

Enable breakpoints, specified by number-list. If no arguments are given, enables all breakpoints.

Both commands may be prefixed with ADDRESS (abbreviated AD), to specify breakpoints by MIX addresses, rather than by breakpoint numbers.