SUSPEND Command

See Also

Pauses program execution and returns to interactive Visual FoxPro.

Syntax

SUSPEND

Remarks

While a program is paused, you can execute intervening commands, check variable values, open the Trace and Debug windows, and so on.

All variables created while the program is paused are PRIVATE.

Use RESUME to restart execution of a suspended program. Program execution continues with the line following the line containing SUSPEND.