Flow debugger icons and symbols

This topic describes the icons and symbols used in the Flow Debug perspective and its views:

Flow Debug perspective

These icons and symbols are used in the Flow Debug perspective outside any individual view.

Icon or Symbol Description
Flow Debug Perspective Flow Debug perspective (symbol)
Attach to Flow Runtime Attach to Flow runtime (icon)

Flow Debug view

Icon or Symbol Description
Flow Debug view Flow Debug view (symbol)
Flow Engine Flow engine (symbol)
Flow Flow (symbol)
Flow instance paused Flow instance paused (symbol)
Flow instance running Flow instance running (symbol)
Flow instance terminated Flow instance terminated (symbol)
Stack frame Stack frame (symbol)
Attach flow Attach to the selected flow engine (icon)
Detach flow Detach from the selected flow engine (icon)
Refresh flows Refresh selected flow engine to get more flow types (icon)
Resume flow execution Resume flow execution (icon)
Run to completion Run the flow to completion (icon)
Step into subflow Step into subflow (icon)
Step over node Step over node (icon)
Step out of subflow Step out of subflow (icon)
Step into code Step into source code (icon)

Message Flow editor

These icons and symbols in the message flow editor are specific to the flow debugger.

Icon or Symbol Description
Enabled global breakpoint Enabled breakpoint that applies to all flow instances (symbol)
Enabled restricted breakpoint Enabled breakpoint restricted to one or more flow instances (symbol)
Disabled global breakpoint Disabled breakpoint that applies to all flow instances (symbol)
Disabled restricted breakpoint Disabled breakpoint restricted to one or more flow instances (symbol)
Enabled paused global breakpoint Paused at breakpoint (symbol)
Enabled paused restricted breakpoint Paused at restricted breakpoint (symbol)
Source code available Source code available (symbol)

Flow Breakpoints view

Icon or Symbol Description
Flow Breakpoints view (symbol) Flow Breakpoints view (symbol)
Enabled global breakpoint Enabled breakpoint that applies to all flow instances (symbol)
Enabled restricted breakpoint Enabled breakpoint restricted to one or more flow instances (symbol)
Disabled global breakpoint Disabled breakpoint that applies to all flow instances (symbol)
Disabled restricted breakpoint Disabled breakpoint restricted to one or more flow instances (symbol)
Remove breakpoints Remove selected breakpoints (icon)
Remove all breakpoints Remove all breakpoints (icon)

Flow Debug Message view

Icon or Symbol Description
Flow Debug Message view Flow Debug Message view (symbol)
Variable Variable (symbol)

Variables view

These icons and symbols in the Variables view are specific to ESQL.

Icon or Symbol Description
Tree reference variable Tree reference variable (symbol)
Message Message (symbol)
ESQL reference variable ESQL reference variable (symbol)
ESQL constant ESQL constant (symbol)
ESQL scalar variable ESQL scalar variable (symbol)
ESQL schema variable ESQL schema variable (symbol)
ESQL module variable ESQL module variable (symbol)

Related concepts
Flow debugger overview

Related tasks
Debugging a message flow

Related reference
Flow debugger icons and symbols