Debugger Engine Commands
Debugger Commands
786
Microcontrollers Debugger Manual

FOLD

In the Source component, the FOLD command hides the source text at the program block
level. Folded program text is displayed as if the program block was empty. When the
folded block is unfolded, the hidden program text reappears. All text is folded once or (*)
completely, until there are no more folded parts.
Usage
FOLD [*]
Where * means fold completely, otherwise fold only one level.
Components
Source component.
Example:
in>FOLD *

FONT

FONT sets the font type, size and color.
Equivalent Operation
The Font dialog box is available by selecting the Component > Fonts menu entry.
Usage
FONT ‘FontName’ [size][color]
Components
Debugger engine.
Example:
FONT ‘Arial’ 8 BLUE
The font type is Arial, 8 points and blue.