User manual
PB009706-0405 ZiLOG Developer Studio II Product Brief
Part/Series MCU
Subtitle Product Brief
4
Figure 2. Debug Windows—Example
Table 1 lists the Debug windows and functions.
Project
Window
Call Stack
Window
Output
Window
Editor
Disassembly
Window
Memory
Window
Locals
Window
Symbols
Window
Registers
Window
Table 1. Functions of the Debug Window
Debug Window Function
Registers Displays the contents of all registers.
Clock Displays the number of states executed since the last reset.
Memory Displays data located in program memory.
Watch Displays all the variables and their values defined using the WATCH command. If
the variable is not in scope, the variable is not displayed.
Locals Displays all local variables that are currently in scope.
Call Stack Displays the functions whose frames have been pushed onto the stack.
Symbols Displays the address for each symbol in the program.
Disassembly Displays the assembly code associated with the code displayed in the Code win-
dow. For each line in this window, the address location, the machine code, the
assembly instruction and its operands display.
Special Function
Registers
Displays the contents of the special function registers for the selected target.
Next page