| |||
| Home > Workspace Settings Reference > DEBUGGER > Command | |||
Settings in this group control the behavior and appearance of the Output view. Use these to:
customize the input and output format used in this area
specify the number of lines that are stored in the command history buffer.
When RealView Debugger starts, it uses the last-used settings unless overridden by settings in this group. These settings can be overridden dynamically by issuing CLI commands.
Saving changes takes immediate effect or at next start-up.
Table A.1 describes the settings.
Table A.1. Command settings
| Name | Properties |
|---|---|
Num_lines | The height of the Output view. The default
setting is 5 lines. Values can be entered in hex or decimal, for
example |
Radix_in | This setting specifies the format of
number input options at start-up. The default format is decimal.
However, you can enter hex numbers, for example Switching
to hex also enables you to enter decimal numbers, for example |
Radix_out | This setting specifies number format output options at start-up. The default format is decimal. |
Char | The way that char* and char[] values are displayed, for example as strings or values, for the PRINT command. |
Uchar | The way that unsigned char* values are displayed, for example as strings or values, for the PRINT command. |
Buffer_height | The number of lines of scrollback available in the Command area. The default is 1024 lines. Values must be greater than 32. Changing this takes effect when RealView Debugger next starts. |