Can't see arguments value during debug mode

Hello, please help. I can’t see can’t see arguments value during debug mode. I see all local variables, but not arguments. Is there a possibility to turn on this ? THank you

do a step-by-step debugging, in the last sequence the argument value will be displayed in the output panel.

sorry, in the Locals output.

1 Like

hI @yaniketz

When using the debug mode, arguments are shown only in two occasions.

  1. Right after you enter a workflow for execution - At this stage, the outer most activity is highlighted
  2. When all the executions of a workflow is complete and ready to exit - at this stage, the outer most activity is highlighted

The outer most activity is usually a flowchart or a sequence activity which holds all the other activities… Once the execution is inside it, it will not show the argument data in locale panel.

3 Likes

Thanks, it was not clear to me why I sometimes see these variables, and in most cases not. I thought it was about the program settings

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.