To Display Variables In Their Declared Type; To Display The Address Of A Variable - HP B1476 68020 User Manual

Debugger/emulator
Table of Contents

Advertisement

Program Run
2 Using the command line, enter:
Breakpt Delete 1
The breakpoint window is displayed, showing the breakpoint has been deleted.

To display variables in their declared type

Whenever you specify a variable name without a C or debugger operator
prefix, it is displayed in its declared type.
• Using the command line, enter:
Expression Display_Value current_temp
In the Journal window, the current value of the variable is displayed in its
declared type (int).

To display the address of a variable

You can use the C address operator (&) to display the address of a program
variable.
• Using the command line, enter:
Expression Display_Value &current_temp
The result is the address of the variable current_temp. The address is displayed
in hexadecimal format.
Chapter 2: Getting Started with the Standard Interface
To display variables in their declared type
47

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1476 68030

Table of Contents