To provide greater flexibility within SDBG a simple command line facility is available. The command line is accessed from the source window. It can be displayed by pressing Alt+P in the source window. Alternatively, you can display the command line by pressing any alphanumeric key (without holding down Alt or Ctrl). In this case the key press will appear on the command line. You can hide the command line by pressing Alt+P again. It is also possible to edit the command line.
The following key presses are permitted when editing a command line (see also Commands):
Key |
Action |
Left |
Cursor left |
Right |
Cursor right |
Home |
Start of line |
End |
End of line |
Backspace |
Delete character to left |
Delete |
Delete character under cursor |
Up |
Recalls last command line (up to 20 are stored) |
Down |
Recalls next command line (up to 20 are stored) |
Enter |
Execute command line |
Esc |
Clear command line. If the command line is already clear it will be hidden. |