
R0E417250MCU00 User
’s Manual
R20UT3587EJ0302 Rev.3.02
Page 52 of 232
Sep.01. 21
3.13.2 Executing the Step Out Command
The Step Out command takes execution out of a called function by completing its execution at once and only stopping at the
next statement of the program from which the function was called.
To exit from the sort function, choose Step Out from the Debug menu or click on the Step Out toolbar button.
Figure 3.21 Step Out button
Figure 3.22 Editor window (Step Out)
The data of the variable ‘a’ displayed in the Watch window will have been sorted into ascending order.