Debugger Engine Commands
Debugger Commands
820
Microcontrollers Debugger Manual
Usage
SLAY fileName
Components
Debugger engine.
Example:
in>slay /hiwave/demo/mylayout.hwl
The current debugger layout is saved to the mylayout.hwl file in the
/hiwave/demo directory.

SLINE

With the SLINE command, a line of the source file is made visible. If the line is not
currently visible, the source scrolls so that it appears on the first line. If the line is currently
in a folded part, it is unfolded so that it becomes visible.
NOTE The given line number must be between 1 and number of lines in source file, or
else an error message is displayed.
Usage
SLINE line number
Components
Source component
Example:
in>sline 15