| |||
Home > Using Macros for Debugging > Loading user-defined macros > Reloading a user-defined macro |
To reload a macro into RealView Debugger:
Select Include Commands from File... from the Tools menu to display the Select File to Include Commands from dialog box.
Highlight the required .inc
file
and then click Open. This loads the selected macro
into RealView Debugger.
If there is an error in the .inc
file,
an error message is generated in the Output view and the macro is
undefined.
Select Add/Edit Debugger Macros... from the Tools menu to display the Add/Edit Macros dialog box, where your macro is shown in the Existing Macros display list.
You can load several macros in this way ready for use in your debugging session.
If a macro definition does not include the /R
switch,
then the following error message is displayed:
Error: E004D: Symbol with this name already exists.