Locals window – Zilog EZ80F916 User Manual
Page 322

UM014423-0607
Using the Debugger
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
302
The decimal value displays in the Value column.
To view the decimal values for all expressions, select Hexadecimal Display from the con-
text menu.
View an ASCII Value
To view the ASCII values of an expression, do the following:
1. Type
ascii
expression in the Expression column.
For example, type
ascii ones
.
2. Press the Enter key.
The ASCII value displays in the Value column.
View a NULL-Terminated ASCII (ASCIZ) String
To view the NULL-terminated ASCII (ASCIZ) values of an expression, do the following:
1. Type
asciz
expression in the Expression column
For example, type
asciz ones
.
2. Press the Enter key.
The ASCIZ value displays in the Value column.
Locals Window
Click the Locals Window button to show or hide the Locals window. The Locals window
displays all local variables that are currently in scope. Updated values appear in red.
The
0x
prefix indicates that the values are displayed in hexadecimal format. If you want
the values to be displayed in decimal format, select Hexadecimal Display from the con-
text menu.