Tools menu

Menu items Keyboard shortcut Description
Validate CTRL+I Validates the code of the current process. If the process code is not valid, you can display the detail error message. The message shows the line number where the error occurred and the reason that caused the problem.
Test Process F5 Activates the test mode. On the Parameters tab in the pane on the right side, you can specify parameter test values. To specify a test value, click the cell in the Values column. On the toolbar, the Run and Start Debugging buttons are activated. Click Run to execute the process. Click Start Debugging to start the debug mode.
Validate for Cloud Validates the code of the current process for a cloud environment. The validation checks the process for specific runtime functions that are not available in a cloud environment. If the process code is not valid, you can display the detail error message. The message shows the line number where the error occurred and the reason that caused the problem.
Languages Select a language to display the user interface of the Process Editor. To apply the language setting, you must restart the Process Editor.
Settings

Opens the Settings dialog box. You can enable and configure various settings in the following areas:

  • Text Editor: you can configure general text settings, IntelliSense settings, and the code highlighting colors.
  • Compiler: you can set the compiler message level and configure the enhanced code analysis.
  • Properties Window: you can enable the process of Prolog and Epilog in the Output Window, turn on the Compiler Messages, and set the Compiler Messages colorizing.
  • Debugger: you can enable the highlight of stack frames option.
  • Logs: you can enable logging to the file system, select a log folder, a log level, and specify the maximum number of log files.

At the bottom of the Settings dialog box you can find a descriptions of the settings and options. To see the description, hover the mouse over the setting you want to explore.