Previous Page | Next Page

The SCL Debugger

ENTER



Assigns one or more debugger commands to the ENTER key
Syntax
Details
Example
See Also

Syntax

ENTER <command-list>

command-list

contains one or more debugger commands, separated by semicolons.


Details

The ENTER command assigns one or more debugger commands to the ENTER key. Each debugger command assignment replaces an existing debugger command assignment. To clear the key setting, enter the command without any options. By default, the ENTER key is set to the STEP command.


Example

Assign the commands EXAMINE and DESCRIBE, both for the variable ABC, to the ENTER key:

DEBUG> enter e abc; des abc


See Also

STEP

Previous Page | Next Page | Top of Page