Chapter 12 Debugging
12-11
Notes
-If the presently debugged step is not inside the subroutine block, the program will be run to the next step.
3) Step Over
It is used to run the program to the next step. Differently from Step Into, even if the present step is a
application instruction CALL, it will not enter the subroutine block but run the program to the next step.
[Sequence]
1. Select [Debug]-[Step Over] on the menu.