| |||
| Home > RealView Debugger Commands > Alphabetical command reference > SHOW | |||
The SHOW command displays the source code of a specified debugger macro.
SHOW macro_name [{,windowid |
,fileid}]
where:
macro_nameSpecifies the name of the macro to be displayed.
,windowid | ,fileidIdentifies the window or file where the macro is
to be directed. This must be a user-defined , or windowid,.
See Window and file numbers for details.fileid
If you do not supply a , or windowid, parameter,
or there is no window or file associated with the ID, the macro
is displayed on the screen. If you are using the GUI, then the macro
is displayed in the Output pane.fileid
The SHOW command displays the source code of a specified macro. See the macros chapter in the RealView Developer Kit v2.2 Debugger User Guide for more information.
The following example shows how to use SHOW:
show mac ,50Display the contents of a macro called mac in
window number 50.