Inspect Manual
Using Inspect With COBOL and SCREEN COBOL
Inspect Manual—429164-006
10-14
STEP
entire PERFORM scope (including any TIMES or UNTIL constraints) before you
are prompted again.
If you want to step through the code within the PERFORM scope, you must set a
breakpoint at the label that marks the beginning of the PERFORM scope. You can
then enter a STEP command when Inspect reports the break event.
If you are stepping within a performed or called scope, and control returns to the
statement following the PERFORM, CALL, or ENTER, stepping does not cease. In
other words, you can step out of a PERFORM, CALL, or ENTER statement, but
you cannot step into one.