Process debugging
  • 31 May 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Process debugging

  • Dark
    Light
  • PDF

Article Summary

For process debugging go to Debug mode and switch its status to Debugged

debug

Debug tools

debug_buttons

  • + New task - adding parameters and launch of test task
  • Add breakpoint - addition "breakpoint" during debugging
  • Add start point - addition debugging start point
  • Controls for debugging mode - Repeat, Start/Stop, Step back, Step forward

New task

In order to add parameters and send test task:

  • press + New task
  • press + Add "key-value"
  • add required parameters
  • if necessary, specify task reference in Reference field
  • press Add task

new_task_debug

Using controls of debugging process management you can manage it: step by step moving through process, repeat debugging, start debugging.

debug_way

Task parameters can be edited directly in debugging process.

new_param_debug

Breakpoint

It is the point where debugging mode will be paused.

In order to add breakpoint, take it from pannel and put it on the right place.

breakpoint_add

In order to remove breakpoint, select it and press Delete button on your device's keybord.

Start point

this is new debugging start point.

Start point can be added only in one instance.

In order to add Start point, take it from pannel and put it on the right place.

add_start_point

In order to delete Start point, select it and press Delete button on your device's keybord.

Debugging with Delay

If there are additional conditions in your process (Delay node),
then you will have to choose the path for the next task in the corresponding stage of debugging.

dabug_delay