Previous Topic: Edit MenuNext Topic: Options Menu


Debug Menu

The Debug menu provides the following functions:

Run

Runs the entire script and displays any program result.

Step Over

Runs the script one line at a time.

Trace Into

Runs a function one line at a time.

Run to Cursor

Runs the script to the line where the cursor is placed.

Set Next Statement

Causes the interpreter locate and execute the next statement.

Add Watch

Lets you add a specific variable to the Watch list.

Evaluate

Lets you evaluate an expression.

Note: The Modify field has not yet been implemented.

Terminate

Terminates the execution of the script.