Sidebar: Debug messages

Debug messages Sidebar

Debug messages Sidebar

The Debug sidebar displays messages passed to Debug nodes within the flow, as well as certain log messages from the runtime.

For more information on how to use the Debug sidebar to understand the structure of messages, read the Working with messages guide.

Reference
Actioncore:show-debug-tab
Key shortcutCtrl/โŒ˜-g d

Filtering the messages

By default, the Debug sidebar shows all messages passed to it. This can be filtered by clicking the button to open the filter options menu.

Debug filter options

Debug filter options

The menu provides three options:

  • all nodes - displays all messages
  • selected nodes - select particular Debug nodes from a list of all available nodes
  • current flow - only displays messages from nodes on the current flow in the workspace

Note: the Debug sidebar can only show the 100 most recent messages. If the sidebar is currently showing a filtered list of messages, the hidden messages still count towards the 100 limit. If a flow has noisy Debug nodes, rather than filter them from the sidebar it can be better to disable them by clicking their button in the workspace.

Pausing messages

Debug paused

Debug paused

The button can be used to pause the debug output. Whilst paused, any new message will be dropped by the sidebar and the panel will report how many messages have been dropped.

Reference
Actioncore:toggle-debug-messages

Clearing messages

The sidebar can be cleared at any time by clicking the button. The button also provides a menu to choose whether to clear all debug messages, or just those that are currently shown.

Reference
Actioncore:clear-debug-messages
Key shortcutCtrl/โŒ˜-Alt-l

Opening a separate debug window

The button in the sidebar footer can be used to open a separate browser window containing the Debug sidebar.

Additional actions

The debug sidebar registers the following actions that can be accessed from the action menu or have a keyboard shortcut assigned.

Reference
Actioncore:activate-selected-debug-nodes
Reference
Actioncore:activate-all-debug-nodes
Reference
Actioncore:activate-all-flow-debug-nodes
Reference
Actioncore:deactivate-selected-debug-nodes
Reference
Actioncore:deactivate-all-debug-nodes
Reference
Actioncore:deactivate-all-flow-debug-nodes