Inspect Manual

High-Level Inspect Commands
Inspect Manual429164-006
6-175
Default Value
Default Value
By default, Inspect looks for a file named INSPHELP in the same subvolume as the
Inspect object file. Typically, the Inspect object file is located in the SYSnn subvolume.
Related Command
SHOW with HELP FILE option
SET LOCATION FORMAT
The SET LOCATION FORMAT command controls how Inspect displays code
locations. In addition, the SET LOCATION FORMAT command allows you to
differentiate between statement numbers and labels within FORTRAN programs.
level
specifies the command-mode level whose location format you want to set. HIGH
specifies high-level Inspect, LOW specifies low-level Inspect, and BOTH specifies
both high-level and low-level Inspect. If you omit level, SET LOCATION
FORMAT affects the current command mode.
loc-fmt [, loc-fmt ]...
specifies one or more location formats for Inspect to use when displaying code
locations.
INSTRUCTIONS
directs Inspect to display a code location as an octal offset from the base of its
containing scope unit:
scope-path + %octal-numI
SET LOCATION FORMAT [ level ] [=] loc-fmt [, loc-fmt ]...
level: one of
BOTH HIGH LOW
loc-fmt: one of
INSTRUCTION[S]
LINE[S] [ FILE [ ALL ] ] [ OFFSET ]
STATEMENT[S] [ OFFSET ]