Table of Contents

Break points

To add a breakpoint, select the cube and click the Designer Debug 01Add Breakpoint button. The breakpoints are highlighted with a red circle:

Designer Stopping point 00

At the moment the breakpoint actuates on the element, the element background changes to light red, the element is automatically highlighted in the properties window, its properties and the values of the input and output parameters are displayed. If you point over the input or output parameter with the mouse, a prompt appears with the parameter value. An example of viewing the values at the input and output of the composite element during the execution of the strategy is shown in the figure below:

Designer Stopping point 01

Breakpoints can be added both before the launch of the testing process and during the testing of the strategy on history.

If you click the Designer Debug 01Breakpoints button, a window will appear in which all breakpoints will be displayed. For each of them, an additional triggering condition can be set. For example, you can set the True value for the logical signal. In this case, the breakpoint will stop only if the signal value is True.

Designer Stopping point 02

Step by step execution