Program Display_Source - HP B1476 68020 User Manual

Debugger/emulator
Table of Contents

Advertisement

Program Display_Source

The Program Display_Source command displays C source code in the Code
window beginning at the specified line or function. This command works in
high-level mode only. If you do not specify a line number or function name,
the debugger displays the line pointed to by the program counter.
You can display lines or functions in other modules by preceding them with a
module name. The Next Page , Prev Page , Up arrow, and Down arrow keys
may be used when the Code window is active to display code at higher or lower
line numbers.
This command does not change the current program context.
See Also
Memory Display Mnemonic
Program Context Set
Program Find_Source
Examples
To display line 82 of the current module in the Code window:
Program Display_Source #82
To display the source code for function 'update_state_of_system' in the Code
window:
Program Display_Source update_state_of_system
To display line 25 of module updateSys:
Program Display_Source updateSys\#25
Chapter 12: Debugger Commands
Program Display_Source
447

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1476 68030

Table of Contents