RESUME Command
Continues execution of a suspended program.
RESUME
Remarks
Use SUSPEND to suspend program execution. The suspended program restarts at the line where execution was suspended.
SUSPEND and RESUME are valuable debugging tools. You can suspend a program to examine the current status of the Visual FoxPro environment, including memory variables, window, menu bar, or menu definitions.
Caution To prevent commands that are executed when a program is suspended from interfering with subsequent program output, issue CLEAR to clear the main Visual FoxPro window or the active user-defined window before you resume program execution.