Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel2
outlinefalse
typelist
printablefalse

What is the Online Pipeline Debugger?

Sometimes it is necessary to see the flow of data thru a an automation pipeline for bugfixing and optimization tasks.

For this, you can use the online Online Pipeline Debugger.

It can be used without addition setup efforts using a web interface and records all input and output data of the commands of a given pipeline.

This way you can see where an error happened and / or which data has been passed into and produced by which command.

Enabling the Debugger

Before you can use the debugger in In order to record start debugging of an automation pipeline calls, you have to first enable it for a certain this pipeline.

You can do so by opening the automation pipeline you would like to monitor in the pipeline editor in the online portal and then select "Pipeline Debugger" in the menu at the top right corner:

...

The debugger view opens in a new tab.

From this time on, each execution of the automation pipeline now creates a new record entry in the debugger view. You can then step into all variables, commands and bodies and see, how these values change during the flow thru through the pipeline:

...

Info

The Pipeline Debugger tab must stay opened open in order to keep the debugging session alive. As soon as the tab was is closed, the debugging session gets closed, too.

...