CHAPTER 13 S1C88 FAMILY DEBUGGER
112
EPSON
S5U1C88000C MANUAL II
WORKBENCH/DEV TOOLS/OLD ASSEMBLER
13.8.2 Source Display and Symbolic Debugging Function
The debugger allows program debugging while displaying the C source statements. Address specifica-
tion using a symbol name is also possible.
Displaying program code
The [Source] window displays the program in the specified display mode. The display mode can be
selected from among the three modes: Disassemble display mode, Source display mode and Mix
display mode.
Table 13.8.2.1 Commands/menu items/tool bar buttons to switch display mode
Function
Disassemble display mode
Source display mode
Mix display mode
Command
u
sc
m
Button
Menu
[View | Source | Disassemble]
[View | Source | Source]
[View | Source | Mix]
(1) Disassemble display mode
In this mode, the debugger displays the program codes after disassembling into mnemonics.
(2) Source display mode
In this mode, the source that contains the code at the current PC address is displayed. This mode is
available only when an IEEE-695 absolute object file that contains source debugging information has
been loaded.