Editor
The following table describes the buttons in the Editor tab on the ribbon.
| Button | Function |
|---|---|
|
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 breakpoints on or off. |
|
Delete all breakpoints. |
|
Starts the debugger. |
|
Stops the debugger and closes the Watch window. |
|
Step Over: Continues to the next line of logic and waits there. |
|
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: Toggles the display of the spreadsheet view window in the debugger. |
|
Open the Find tool to search the current module or the regime. |
|
Go to the next result of the search in the Find and Replace dialog. |
|
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: Adds variables entered in the code to the list of regime variables (see Add missing variables). |
|
Opens the Edit Variables dialog for the currently-edited regime (see Edit variables). |