BREAK-KEY-ON

Enables the BREAK key on a port.

Syntax

BREAK-KEY-ON {(portNumber}

BKON {(portNumber}

ENABLE-BREAK-KEY {(portNumber}

Syntax Elements

portNumber The number of the port on which the break key is to be enabled. Note that, if present, the portNumber must be preceded by a open parenthesis.

If portNumber is omitted, the break key is enabled on the current port.

Restrictions

SYS2 privileges are required to enable the break key.

The break key can only be used if the user logged on to the port concerned is allowed to use the appropriate debugger (set in the user's Security profile).

Comments

BKON and ENABLE-BREAK-KEY are synonyms of BREAK-KEY-ON.

To disable the BREAK key, use BREAK-KEY-OFF or BKOFF. These are synonym commands for the same operation.

Example

To enable the break key on the current port, enter:

BREAK-KEY-ON
BKON

or

ENABLE-BREAK-KEY