R0E521000CPE00 User’s Manual
3. Usage (How to Use the Emulator Debugger)
REJ10J0845-0600 Rev.6.00 Aug. 20, 2009
Page 54 of 92
3.3 Program Execution
(1) Program execution
CPU reset
Resets the target MCU. You can select “CPU reset” from the
“Debug” menu for the same effect.
Go
Runs the program beginning with the current PC position. You can
select “Go” from the “Debug” menu.
Reset Go
Runs the program after reset. You can select “Reset Go” from the
“Debug” menu.
Step In
Single-steps the program executing each statement (including those
in functions). You can select “Step In” from the “Debug” menu.
Step Over
Single-steps the program executing each function call as one step.
You can select “Step Over” from the “Debug” menu.
Step Out
Exists a function and stops at a statement in the program next to the
one that called the function. You can select “Step Out” from the
“Debug” menu.
STOP
Stops the program. You can select “STOP” from the “Debug” menu.
Go Free
Runs the program beginning with the current PC position. The
software and hardware breaks set in it are ignored.