2 editor (source) window – Renesas Emulation Probe M306V8T-EPB User Manual
Page 52
M306V8T-EPB User’s Manual
3. Usage (How to Use the Emulator Debugger)
REJ10J0777-0100 Rev.1.00 2005.08.01
Page 52 of 90
3.2 Editor (Source) Window
(1) Program window
Editor (Source) window
The editor (source) window is a window that always
shows the content of the source file corresponding to the
current position of the program counter. It automatically
opens when the emulator starts up. The program counter
position is identified by the yellow background color.
Here, you can execute the program up to the cursor
position, set or clear software breakpoints, and line-
assemble the source file.
Because the present emulator uses the MCU’s internal
flash ROM, the initial value for the ROM area data at the
time of purchase is “FFh.”
(2) Program execution
CPU reset
Resets the CPU.
Go
Runs the program beginning with the current PC position.
Reset Go
Runs the program after reset.
Step In
Single-steps the program executing each statement
(including those in functions).
Step Over
Single-steps the program executing each function call as one
step.
Step Out
Exists a function and stops at a statement in the program
next to the one that called the function.
STOP
Stops the program.