Library /sys$common/syshlp/dbg$help.hlb DEBUG, WHILE, Example *Conan The Librarian (sorry for the slow response - running on an old VAX) |
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).
|