Step Over Command (PLBDBUG)
The Step Over command operates similarly to the F8 or T command except that if the next statement to be executed is a CALL or PERFORM, the debugger is not re-entered until a RETURN or NORETURN is executed from the CALLed routine. Use of this command may save valuable debugging time if it is known that a given subroutine functions properly and it is not desired to step through the entire subroutine.
See Also: PLBDBUG Commands, PLBDBUG
![]() |