TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-52
DEBUGGER Function
R[ESUME]
exits the debugger and continues execution of TACL statements.
ST[EP]
invokes the next function, then waits for you to press RETURN before
performing the next action. You can continue in this way, stepping through the
function.
You can abbreviate each of these commands to the letter or letters outside the
square brackets; that is, you can issue DISPLAY as D or STEP as ST.
Caution. While TACL is in the debugging mode, you can issue any TACL commands that do
not conflict with _DEBUGGER commands. Use extreme care in issuing any commands that
would affect _DEBUGGER or its environment, including altering a variable level that is being
traced. It is unwise to include an #UNFRAME, for instance, because the _DEBUGGER
environment would be destroyed