Editor

The following table describes the buttons in the Editor tab on the ribbon.

Button Function
Save button Saves the opened regime if changes have been made.
<Select Debug Target> Select the project and result set run that will be used to debug the currently-edited module. If a variable exists in the regime but not in the selected test project, its default value will be used.
Decimal digits Set the number of decimal places shown for numerical values in the Watch window.
Toggle button Toggle breakpoints on or off.
Delete All Breakpoints button Delete all breakpoints.
Start Debugging button Starts the debugger.
Stop Debug button Stops the debugger and closes the Watch window.
Step Over button Step Over: Continues to the next line of logic and waits there.
Continue Debugger button Continue: Keep running until the next breakpoint is reached. If there is only one breakpoint then the debugger will run until the next period.
Spreadsheet Debugging button Spreadsheet Debugging: Toggles the display of the spreadsheet view window in the debugger.
Find button Open the Find tool to search the current module or the regime.
Find Next button Go to the next result of the search in the Find and Replace dialog.
Replace button Open the Replace tool to find-and-replace text in the current module or the regime.
Highlight errors Highlight errors in the module code.
Add Missing Variables button Add Missing Variables: Adds variables entered in the code to the list of regime variables (see Add missing variables).
Edit Variables button Opens the Edit Variables dialog for the currently-edited regime (see Edit variables).