| |||
| Home > Debugging with Command Scripts > Running command scripts > Running command scripts from the GUI | |||
To run a command script file:
Select Tools ? Include Commands from File..., from the Code window, to display the Select File to Include Commands from dialog box.
Locate the file where your debugger commands are
stored. By default, RealView Debugger looks for a .inc or
a .log file.
Click Open to load the file and execute the commands stored there.
You can also use the INCLUDE command at the prompt in the Cmd tab to run a command script, for example:
None> include ‘C:\rvd\test_files\my_cmds_file.inc’
See the RealView Debugger v3.0 Command Line Reference Guide for a detailed description of the INCLUDE command.