To Display Members Of A Structure - HP 68000 Series User Manual

Debugger/simulator
Table of Contents

Advertisement

To display the address of the variable 'num_checks':
Expression Display_Value &num_checks
To display the name of the current program module:
Expression Display_Value @module
To display the name of the current program function:
Expression Display_Value @function

To display members of a structure

1 Copy the name of the structure into the entry buffer.
2 Add an asterisk (*) in front of the name of the structure.
3 Select Display→Var/Expression ().
If you are using the command line, use the Expression Display_Value
command.
Example
To display the names of the members of structure astruct, use the following
expression in the entry buffer:
*astruct
The * operator tells the debugger to display the members of the structure,
rather than the address of the structure.
000091F0
Chapter 4: Viewing Code and Data
Using Expressions
153

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents