4.10   Executing a Program

The last editing step was just a tiny modification of the program. Often, after editing many lines in your program with perhaps many changes to the variables, you want to reset your program to its initial state and run it again to see the changes.

Click ExecuteReset Program Execution to reset the program.

Now, you can select ExecuteRun to run the complete program, or click ExecuteStep Over repeatedly to execute the program line by line.

The processing time of the operator or procedure call is indicated in the status bar at the bottom (unless disabled).

其他信息

Note the following when executing a program via ExecuteRun:

Further, the following characteristics apply during the execution of operator or procedure calls:

A running HDevelop program stops if one of the following conditions is met:

The procedure and procedure call in which the execution of a program was stopped automatically become the current procedure and procedure call.