Debugging an ORQA task using break-points

So you created an ORQA task and now you’d like to know how the variables change during the task execution. It’s easy to do with ORQA. Just open the tab Variables from the View menu

Then set a break point on a step (Ctrl+Shit+B or right click)
)

Then just run the task. In the Variables tab you’ll see all the variables which are in scope, scalar as well as tabular data:

Click Step Over button to see the next step: