Skip to main content

DEBUG

Logs debug information about the current flow context and step configuration. Optionally triggers a debugger breakpoint.

At a glance

  • Category Control
  • Version: 1.0.6
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
idOptional identifier for the debug step, included in the log message.NonefalsefalseNoneNone
omitDebuggerIf true, skips triggering the debugger breakpoint.falsefalsefalseNoneNone

Examples

Basic debug step

 - step: DEBUG
id: "myDebugPoint"
omitDebugger: false

See Also

General Resources: