The Run Window
The Run window displays information about the currently running script. In the Run window you can manually control script execution, view script output as it is generated, see and modify variables, and follow the progress of the script with animation or tracing.
The Eggplant Functional Run window
- The Run Window Toolbar
- The Script Frame Pop-Up Menu
- The Script Display Pane
- Dynamic Breakpoints
- The Log Pane
- The Ad Hoc Do Box and Do Button
- The Variable Watcher Pane
- Add/Remove List and Property List Items Buttons
1. The Run Window Toolbar
The Run window toolbar contains buttons and menus for the tasks you can perform while your script is running. When you change the width of your Run window, the buttons and menus available on the toolbar change. If you see the >> button, it indicates there are more options. When you click >>, a menu displays showing the buttons and menus that do not fit in the Run window at its current size.
Run Script/Abort Script
The Run Script button reruns the last script that was run, or the entire script from which a selection was run. While a script is running, the Run Script button becomes Abort Script.
While a script is running (and not paused), you cannot perform any manual actions in the Viewer window, or open and close VNC connections.
You can run the script in debug mode by Alt-clicking (Option-clicking on Mac) the Run Script button. This loads the script for execution and immediately pauses it, allowing you to step through line by line. This is the same as choosing Run > Debug Script.