Add new variables, Change values, Remove an expression – Zilog ZUSBOPTS User Manual
Page 366: View a hexadecimal value

Debug Windows
UM017105-0511
338
Zilog Developer Studio II – ZNEO™
User Manual
•
•
View a NULL-Terminated ASCII (ASCIZ) String
Add New Variables
To add new variables in the Watch window, use one of the following two procedures.
•
Click
in the
Expression
column, enter the expression, and press the
Enter
key.
•
Select the variable in the source file, then drag and drop it into the
Watch
window.
Change Values
To change values in the Watch window, perform the following brief procedure.
1. In the window, highlight the value you want to change.
2. Enter 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, perform the following brief procedure.
1. In the
Expression
column, click 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, perform the following brief procedure.
1. Enter a hexadecimal expression in the format
hex
expression in the
Expression
col-
umn; for example, enter
hex tens
.
You can also enter just the expression (for example,
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.
Note:
Note: