Chapter 12 Debugging
12-7
2.Select [Debug]-[Go to the Cursor] on the menu.
12.2.4 Step Into
If the Breakpoint is engaged during debugging, its progress will be made step by step. When debugging
program, Step Into, Step Out and Step Out functions will be provided.
1) Step Into
It runs the program to the next step. If the present step is a application instruction CALL with the running
condition satisfied, it will enter the subroutine block.
[Sequence]