Debug programs - program statesΒΆ
The State box at the top of the scdebug screen indicates the current program state, which may be any of the following:
At Program Start |
Program execution has not yet started. |
Program Running |
The program is running. |
Program Stopped |
The program has exited. |
At Function Break |
Execution has halted on a function break. See Breakpoints. |
At Line Break |
Execution has halted on a line break. See Breakpoints. |
Watched Field Break |
Execution has halted on a watched field break. |
Interrupted |
Not used at present and may be removed in future. |
Dialog Wait |
The program is currently inside a dialog. |
Input Wait |
The program is currently inside an input statement. |
RELATED TOPICS |