/sys$common/syshlp/DBG$HELP.HLB  —  DEBUG  DEACTIVATE  BREAK  Qualifiers

1    /ACTIVATING

    Deactivates a breakpoint established by a previous SET
    BREAK/ACTIVATING command.

2    /ALL

    By default, deactivates all user-defined breakpoints. When used
    with /PREDEFINED, deactivates all predefined breakpoints but
    no user-defined breakpoints. To deactivate all breakpoints, use
    /ALL/USER/PREDEFINED.

3    /BRANCH

    Deactivates a breakpoint established by a previous SET
    BREAK/BRANCH command.

4    /CALL

    Deactivates a breakpoint established by a previous SET BREAK/CALL
    command.

5    /EVENT

       /EVENT=event-name

    Deactivates a breakpoint established by a previous SET
    BREAK/EVENT=event-name command. Specify the event name (and
    address expression, if any) exactly as specified with the SET
    BREAK/EVENT command.

    To identify the current event facility and the associated event
    names, use the SHOW EVENT_FACILITY command.

6    /EXCEPTION

    Deactivates a breakpoint established by a previous SET
    BREAK/EXCEPTION command.

7    /HANDLER

    Deactivates a breakpoint established by a previous SET
    BREAK/HANDLER command.

8    /INSTRUCTION

    Deactivates a breakpoint established by a previous SET
    BREAK/INSTRUCTION command.

9    /LINE

    Deactivates a breakpoint established by a previous SET BREAK/LINE
    command.

10    /PREDEFINED

    Deactivates a specified predefined breakpoint without affecting
    any user-defined breakpoints. When used with /ALL, deactivates
    all predefined breakpoints.

11    /SYSEMULATE

    (Alpha only) Deactivates a breakpoint established by a previous
    SET BREAK/SYSEMULATE command.

12    /TERMINATING

    Deactivates a breakpoint established by a previous SET
    BREAK/TERMINATING command.

13    /UNALIGNED_DATA

    (Alpha only) Deactivates a breakpoint established by a previous
    SET BREAK/UNALIGNED_DATA command.

14    /USER

    Deactivates a specified user-defined breakpoint. To deactivate
    all user-defined breakpoints, use the /ALL qualifier.
Close Help