Visual Debugging
and Testing
ProcessMIX comes with a powerful set of debugging and testing tools for quick identification of problems in the logic of your solution.
Breakpoints
Place breakpoints on any step in your flow to inspect field values and intermediate calculation results when those steps are reached during execution.
Debug Run
When a workflow is executed in debug mode, ProcessMIX runs it up to the first breakpoint, pauses and allows you to inspect the results of the last completed step.
Step-by-Step Execution
After a breakpoint is reached, you can either resume the flow execution, or proceed step by step, pausing after each node to easily understand why the execution took a specific path.
In-Process Value Override
During step-by-step debugging you can even dynamically override field values or intermediate results to test if that would lead to the desired outcome. This helps to isolate problems and better understand which part of the flow they came from.