Menu Bar
The menu bar is located at the top of the Design Studio window.
The available menus and included items are based on the type of file that is open in the Editor view. The following menus are always available even if no file is open (some items may be disabled):
As soon as you open a file, such as a robot, the Edit, View, Debug menus become available:
If you open a Basic Engine Robot file, change the mode to Debug to see the Breakpoints menu. The Breakpoints menu contains actions related to the breakpoints in the debugger, such as adding and removing breakpoints.
Most menu items become available when you click Prepare Execution to allow execution for a Basic Engine Robot. By clicking this action, you put the robot into execution mode, which enables you to execute it while editing. When a Basic Engine Robot is not prepared for execution, you can still edit the robot, but you will not be able to see the result of step execution and to obtain and use data from applications that you interact with to design the robot. Also, while multiple Basic Engine Robots can execute in Debug mode at the same time, only one Basic Engine Robot at a time can have the privilege to execute in Design mode. The robot that has the execution privilege in Design mode can also run in Debug mode at the same time, so you can switch between the two modes. For more information, see Debug Mode.