Inspect Manual

Using Inspect With FORTRAN
Inspect Manual429164-006
11-14
STEP
STEP
FORTRAN tests for continuation of a DO loop at the end of the loop. Consequently, a
STEP 1S command at the beginning of a DO loop takes you to the terminal statement
of the loop. A subsequent STEP 1S command takes you to the statement following the
DO.
TRACE
The TRACE ARGUMENTS command shows the arguments for the primary entry point
of a scope unit. If a secondary entry point has a different set of arguments, TRACE
ARGUMENTS does not display them.