HP 3000 Manuals

Altering the Execution Sequence [ Symbolic Debugger/iX User's Guide ] MPE/iX 5.0 Documentation


Symbolic Debugger/iX User's Guide

Altering the Execution Sequence 

When the program is paused at a breakpoint or you are stepping through
it, you can change the normal execution sequence of the program and cause
it to resume at a different line.  To resume execution of a program at a
specific line, use the g (goto) command with the appropriate line number.
The new line must be in the same procedure or paragraph as the current
one.

The following example directs the debugger to change the next line to
execute to be line 600:

     >g 600

Use a continue or step command to begin execution at line 600.

     >c



MPE/iX 5.0 Documentation