Automate Studio offers the three ways below to help debug flows.
Debug panel
The Debug panel appears on the right side of the Automate Studio flow editor when the bug icon is clicked. In the Debug panel, use the filter icon to preview the output of specific nodes. To clear the panel, select the recycle bin icon. View debug information automatically using Debug a flow in service mode.
Debug node
The Debug node appears in the node palette under the core nodes provided by Automate Studio. The Debug node receives output from the previous node output and logs it to the console in the Debug panel. To use the node, add it to the canvas and wire another node output to the Debug node port.
[Note] Configure the output settings by double clicking on the Debug node and setting the node properties.
Catch (error) node
The Catch node is used for runtime error catching, and does not have an input port. The node catches errors automatically at the global flow-level. The error is then provided as the output. To see the error, wire the Catch node to the Debug node. This sends the error log to the console in the Debug panel.