|
CTRL+F5 |
The 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 from the menu. The menu item is only activated when
you are in test mode. |
|
F5 |
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. |
|
F5 |
The cursor jumps to the next
breakpoint. The process is resumed and executed until the next
breakpoint. |
|
F10 |
The cursor jumps to the next
statement, which is highlighted yellow. The highlighted statement is
executed and the process pauses before the next statement. |
|
F11 |
The cursor jumps to the beginning of the included
process. The process pauses at the first statement. |
|
SHIFT+F11 |
The process is executed until the place where the
function was called. |
|
SHIFT+F5 |
Stops the debug mode. This menu
item is activated when you start the debug mode. |
|
CTRL+W |
Adds a variable to watch. |
|
SHIFT+F9 |
Enables or disables breakpoint on the line where
the cursor is located. |
|
|
Removes all defined breakpoints
from the process. |