| |||
Home > Using Macros for Debugging > Loading user-defined macros > Loading a user-defined macro using the Include Commands from File option |
To load a user-defined macro:
Select Include Commands from File..., from the Tools menu to display the Select File to Include Commands from dialog box.
Locate the file containing your macros.
By default, RealView Debugger looks for a .inc
or
a .log
file.
Click Open to load the macros defined in the script file.
You can also use the INCLUDE command at the command prompt to run a command script, for example:
None> include 'C:\Myprojects\scripts\tstMacro.inc'
the following in the RealView Debugger Command Line Reference Guide:
Alphabetical command reference for details of the INCLUDE command.