Debug menu

Menu itemDescription
RunThe process starts running. Any messages or output from the process (notification functions, excepting emails) or the Application Engine are shown on the Output tab. To clear the messages on the Output tab, select View > Clear Output Window from the menu. The menu item is only activated when you are in test mode.
Start Debugging The process is executed until the first breakpoint. The execution is paused at the line of the breakpoint. The next statement to execute is highlighted yellow.
ContinueThe cursor jumps to the next breakpoint. The process is resumed and executed until the next breakpoint.
Step Over The cursor jumps to the next statement, which is highlighted yellow. The highlighted statement is executed and the process pauses before the next statement.
Stop DebuggingStops the debug mode. This menu item is activated when you start the debug mode.
Delete All BreakpointsRemoves all defined breakpoints from the process.