|
Run
|
Runs the current script.
|
|
Check Syntax
|
Checks the current script syntax for errors.
|
|
Debug Run Start
|
Begins the current script in the script debugger, stopping at any breakpoints.
|
|
Debug Step Into
|
Advances into the next execution statement
|
|
Debug Step Over
|
Advances over the next execution statement
|
|
Debug Step Out
|
|
|
Debug Step to Cursor
|
Advances to the current cursor position.
|
|
Debug End
|
Ends the script debugging session.
|
|
Toggle Debug Breakpoint
|
Sets a debug breakpoint on the current line if one does not exist, or removes one if it does exist.
|
|
Clear All Debug Breakpoints
|
Removes all debug breakpoints from the script.
|
|
Repair Old Style Script Syntax
|
Converts a script written in v9.32 or earlier to the current syntax format.
|
|
Associate With FRED Document...
|
Associates the script with a FRED document that is open.
|