Debug and Test

An effective tool for the timely identification of problems in the logic of the process
Try for yourself Try for yourself

Breakpoints

Place breakpoints to review calculations in specific points of the flow.

Run debug

The system runs the flowchart up to each breakpoint and shows the output of the previous node.

Step-by-step execution

Debug developed logic by suspending the execution at specific points in a module.
Try for yourself Try for yourself

Change values on the go

During debugging, change the values of variables and check the expected result.