6.13 Stepping Through a Program
The High-performance Embedded Workshop provides a range of step menu commands that allow
efficient program debugging.
Table 6.2 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.13.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, or click the [Step
In] button on the toolbar.
Figure 6.20 [Step In] Button
Figure 6.21 [Source] Window (Step In)
•
The highlighted line moves to the first statement of the
sort
function in the [Source] window.
112
Содержание Emulator System E8
Страница 12: ......
Страница 17: ......
Страница 18: ......
Страница 24: ...6...
Страница 32: ...14...
Страница 63: ...Figure 4 7 New Project Workspace Dialog Box 45...
Страница 84: ...g Select Debug Setting from the Debug menu Figure 4 27 High performance Embedded Workshop Window 66...
Страница 88: ...70...
Страница 110: ...92...
Страница 123: ...Figure 6 10 Source Window Break State 105...
Страница 146: ...128...
Страница 148: ...130...
Страница 154: ...136...
Страница 160: ...142...
Страница 164: ...146...