Debugger Engine Commands
Debugger Commands
819
Microcontrollers Debugger Manual

SETCOLORS

The SETCOLORS command is used to change the colors for a specific channel from the
Monitor component.
Usage
SETCOLORS ( "Name" ) ( Background) ( Cursor ) ( Grid
) ( Line ) ( Text )
Name is the name of the channel to modify.
Background is the new color for the channel background (the format is:
0x00bbggrr).
Cursor is the new color for the channel cursor (the format is: 0x00bbggrr).
Grid is the new color for the channel grid (the format is: 0x00bbggrr).
Line is the new color for the channel lines (the format is: 0x00bbggrr).
Text is the new color for the channel text (the format is: 0x00bbggrr).
Components
Monitor component.
Example:
in>SETCOLORS "Leds.Port_Register bit 0" 0x00123456
0x00234567 0x00345678 0x00456789 0x00567891
This changes the color attributes from the channel Leds.Port_Register bit 0
to the new values.

SLAY

The SLAY command is used to save the layout of all window components in the main
application window to a specified file.
NOTE Layout files usually have a .HWL extension. However, you can specify any file
extension.
NOTE If no path is specified, the destination directory is the current project directory.