Debugger Engine Commands
Debugger Commands
755
Microcontrollers Debugger Manual
Equivalent Operations
ATTRIBUTES COLUMNWIDTH ~ Modify column width with the mouse.
ATTRIBUTES EXPAND ~ Expand any item with the mouse.
ATTRIBUTES COLLAPSE ~ Collapse the specified item with the mouse.
ATTRIBUTES SELECT ~ Click on the specified item to select it.
ATTRIBUTES SPLIT ~ Move the split line between the panes with the mouse.
ATTRIBUTES MAXELEM ~ Select max. Elements... from the context menu.

AT

The AT command temporarily suspends a command file from executing until after a
specified delay in milliseconds. The delay is measured from the time the command file is
started. In the event that command files are chained (one calling another), the delay is
measured from the time the first command file is started.
NOTE This command can only be executed from a command file. The time specified
is relative to the start of command file execution.
Usage
AT time
where time=expression and expression is interpreted in milliseconds.
Components
Debugger engine.
Example:
AT 10 OPEN Command
This command (in command file) opens the Command Line component 10 ms
after the command file is executed.