User`s manual
SuperH Family E10A-USB Emulator for Multi-core Microcomputers Section 7 Tutorial SH-4A
R20UT0363EJ0500 Rev. 5.00 Page 234 of 296
Aug 10, 2012
7.16 Stepping Through a Program
The High-performance Embedded Workshop provides a range of step menu commands that allow
efficient program debugging.
Table 7.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.
7.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 CPU0, or click the [Step In] button on the toolbar. Since
synchronized stepping has been enabled in the [Synchronized debugging] dialog box (the [Step]
check box of [Synchronized debugging functions] under [All debugging synchronization] has
been selected), these operations will lead to synchronized stepping in.
Figure 7.27 [Step In] Button










