DBG$HELP.HLB  —  DEBUG  WHILE  Example
  DBG> WHILE (X .EQ. 0) DO (STEP/SILENT)

      This command directs the debugger to keep stepping through the
      program until X no longer equals 0 (Fortran example).
Close Help