Zilog EZ80F916 User Manual
Page 321
UM014423-0607
Using the Debugger
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
301
•
“View a NULL-Terminated ASCII (ASCIZ) String” on page 302
Add New Variables
To add new variables in the Watch window, use one of the following procedures:
•
Click once on
in the Expression column, type the expression, and press
the Enter key.
•
Select the variable in the source file, drag, and drop it into the Watch window.
Change Values
To change values in the Watch window, do the following:
1. In the window, highlight the value you want to change.
2. Type the new value and press the Enter key.
The changed value is displayed in red.
Remove an Expression
To remove an expression from the Watch window, do the following:
1. In the Expression column, click once on the expression you want to remove.
2. Press the Delete key to clear both columns.
View a Hexadecimal Value
To view the hexadecimal values of an expression, do the following:
1. Type
hex
expression in the Expression column
For example, type
hex tens
.
NOTE: You can also type just the expression (for example, type
tens
) to view the hexadecimal
value of any expression. Hexadecimal format is the default.
2. Press the Enter key.
The hexadecimal value displays in the Value column.
To view the hexadecimal values for all expressions, select Hexadecimal Display from the
context menu.
View a Decimal Value
To view the decimal values of an expression, do the following:
1. Type
dec
expression in the Expression column
For example, type
dec huns
.
2. Press the Enter key.