User`s manual
SuperH Family E10A-USB Emulator for Multi-core Microcomputers Section 6 Tutorial SH-2A
R20UT0363EJ0500 Rev. 5.00 Page 170 of 296
Aug 10, 2012
6.16 Stepping Through a Program
The High-performance Embedded Workshop provides a range of step menu commands that allow
efficient program debugging.
Table 6.1 Step Option
Menu
Command
Description
Step In Executes each statement, including statements within functions.
Step Over Executes a function call in a single step.
Step Out Steps out of a function, and stops at the statement following the statement in the
program that called the function.
Step… Steps the specified times repeatedly at a specified rate.
6.16.1 Executing [Step In] Command
The [Step In] command steps into the called function and stops at the first statement of the called
function.
To step through the sort function, select [Step In] from the [Debug] menu in the High-
performance Embedded Workshop for CPU1, or click the [Step In] button on the toolbar.
Since the synchronized stepping is enabled (All debuggers synchronized, Step check box
under Synchronization options), this operation will lead to synchronized stepping in.
Figure 6.27 [Step In] Button










