User`s guide
5. The EPSON RC+ 5.0 GUI
74 EPSON RC+ 5.0 (Ver.5.4) User's Guide Rev.4
5.10 Run Menu
The EPSON RC+ 5.0 Run Menu includes commands for running and debugging programs.
5.10.1 Run Window Command (Run Menu)
Opens the Run window to run a program in the current project. Before opening the Run
window, you are prompted to save all files if there are any unsaved files if the
Auto File
Save
preference is off (see Setup | Preferences | Workspace). Otherwise, all files are saved
automatically. Then the project is built, if required. If there are any errors during build,
the Run window will not be opened.
After the Run window is open, you must click on the Start button to initialize program
execution.
For more information, see
The Run Window section in the chapter Running and Debugging
Programs
.
Shortcuts
Toolbar:
Keys: F5
5.10.2 Operator Window Command (Run Menu)
Opens the Operator Window to run the current project. Before opening the Operator
window, you are prompted to save all files if there are any unsaved files. Then the project
is built, if required. If there are any errors during build, the Operator Window will not be
opened.
If the project is ready to run (last build was successful), then the Operator Window will be
opened.
For more information, see the Operator Window section in the chapter
Building
Applications in SPEL
+
.
Shortcuts
Keys: Shift+F5
5.10.3 Step Into Command (Run Menu)
Execute the current source line. If the current line is a function, the next step will be the
first line in the function.
Shortcuts
Toolbar:
Keys: F10, F8