CONTINUE [ HP Transact Reference Manual ] MPE/iX 5.0 Documentation
HP Transact Reference Manual
CONTINUE
Continues execution of the Transact/iX program until a breakpoint is
encountered or the program completes execution.
Syntax
{CONTINUE}
{C }
Discussion
This command resumes execution of the Transact/iX program from within
TRANDEBUG. Execution continues until a breakpoint is encountered or the
program completes execution. If the trace facility is turned on with the
TRACE CODE command, the segment and offsets are displayed before they are
executed.
Example
This example shows a typical use of the CONTINUE command.
TRANDEBUG> continue
Customer Dollars Spent
----------------------------
John Smith $100.25
Jane Doe $201.75
Joe Customer $ 21.45
END OF PROGRAM
:
MPE/iX 5.0 Documentation