HP 3000 Manuals

RESUME [ HPTOOLSET XL Reference Manual ] MPE/iX 5.0 Documentation


HPTOOLSET XL Reference Manual

RESUME 

Is a Symbolic Debug command that starts or restarts program execution.

Syntax 

     RES[UME] [para-name     ]
              [section-name  ]

Parameters 

Para-name                 References a paragraph name where you want
                          program execution to continue.

Section-name              References a section in your program where you
                          want execution to continue.

Description 

The RESUME command starts or restarts the execution of your program at
either the location at which it was halted or a specified paragraph or
section.  If you specify a paragraph or section other than the location
at which your program was halted, the validity of the user stack cannot
be guaranteed.

Execution of Pascal and FORTRAN programs can only be resumed at the
current location.

Example 

     >>RESUME

Resumes program execution at the current location.

     >>RESUME MAIN-LOGIC

Causes program execution to restart at paragraph MAIN-LOGIC.

     >>RESUME SECT-03

Causes program execution to restart at Section SECT-03.


MPE/iX 5.0 Documentation