| |||
| Home > RealView Debugger Features > Command scripts | |||
You can perform many debugging operations using RealView Debugger CLI commands. You can use these commands directly at the RealView Debugger command line, or in command scripts.
You can create command scripts in the following ways:
using any text editor
using the logging facility to create a log file containing the CLI commands that are generated by RealView Debugger and the commands that you enter.
You can run scripts in the following ways:
by specifying the script as an argument to the RealView Debugger command on startup
by adding the script to the Scripts toolbar, shown Figure 1.24, from which you can run the currently selected command script:
by using the INCLUDE command within RealView Debugger.
When a script is running a Script indicator
appears in the Code Window status bar.
See also: