Debugging a GRIP Program


Single Step/Into

The interpreter executes the current statement and suspends at the next line.

If the current instruction is a CALL statement, the system suspends program execution at the first executable statement in the called subprogram. The reason stopped is Step/Into.

Single Step and Single Step/Into perform exactly the same for all non-CALL statements.