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.

Start of change
Icon or Symbol Description
Flow Debug perspective Flow Debug perspective (symbol)
Attach to Flow runtime Attach to Flow runtime (icon)
End of change

Flow Debug view

Start of change
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)
End of change

Message Flow editor

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

Start of change
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)
End of change

Flow Breakpoints view

Start of change
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)
End of change

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.

Start of change
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)
End of change
Related concepts
Flow debugger overview