Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-84
Example
LIST ALIAS on page 6-131
Example
This example illustrates the FA command.
FB
The FB (“Fix Breakpoint”) command enables you to retrieve, edit, and reissue an
existing breakpoint definition.
When you enter an FB command, Inspect presents the BREAK command for the
specified breakpoint in an editing template (for code breakpoints only). For more
information, see Editing Templates on page 6-85.
breakpoint-number
specifies the number (as shown by the LIST BREAKPOINT command) of the
breakpoint to fix.
Usage Considerations
You cannot use the FB command with data breakpoints or breakpoints created in
Debug or a previous Inspect session.
You can only edit code breakpoints that have an ordinal number. The maximum
ordinal number is 99; therefore, you cannot edit code breakpoints listed after
breakpoint 99.
Aliases are not expanded with the FB command.
Related Commands
BREAK on page 6-19
LIST BREAKPOINT on page 6-131
FC
The FC (“Fix Command”) command enables you to retrieve, edit, and reissue a
command line in the history buffer.
-PRG-FA ShowVars
-ADD ALIAS SHOWVARS = "DISPLAY height, width, depth"
. ddddiWatch// i; RESUME
-ADD ALIAS WatchVARS = "DISPLAY height, width, depth; RESUME"
.
FB breakpoint-number