137
6.12.2 Executing the [Step Out] Command
The [Step Out] command steps out of the called function and stops at the next statement of the calling statement
in the main function.
• To step out of the sort function, select [Step Out] from the [Debug] menu, or click the [Step Out] button in
the toolbar.
Figure 6.22 [Step Out] Button
Figure 6.23 [High-performance Embedded Workshop] Window (Step Out)
The data of variable a displayed in the [Watch] window is sorted in ascending order.