The following buttons are available when using the Script Editor:
Execute: Execute the script from the
beginning and do not stop execution until the end of the
script is reached.
Continue: Execute the script from the
beginning (or current position) and stop for errors or break
points.
Step: Execute the next statement,
functions will be executed but not stepped into.
Pause: Stops script execution and
highlights on the next statement to be executed.
Stop: Stop execution of the script.
