DEBUG REPEAT — VMS 4.6
The REPEAT command provides a way of iterating a sequence of
DEBUG commands.
Format:
REPEAT lang-exp DO (debug-cmd-list)
Example
DBG> REPEAT 3 DO (STEP)
stepped to %LINE 2
stepped to %LINE 3
stepped to %LINE 4
Additional information available:
Parameters
lang-exp
Any expression in the currently set language that evaluates to a
positive integer.
debug-cmd-list
A single DEBUG command or a sequence of DEBUG commands separated
by semicolons.