DEBUG REPEAT — VMS 5.0
The REPEAT command provides a way of iterating a sequence of
debugger 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 debugger command or a sequence of debugger commands
separated by semicolons.