# Stream Debugger

## Debug current stream

Once a stream has been opened in the Stream Designer, the debug icon in the upper toolbar can be activated to display the debug window at the bottom of the interface.

The debug window will show the real-time output of this stream during execution.

The size of the debug overlay can be expanded to full screen by clicking on the arrow on the right side.

<figure><img src="/files/3Z8XWT04uBUIVFV5yY1M" alt=""><figcaption><p>Debug information within the stream designer</p></figcaption></figure>

## Debug all (running) streams

To monitor and control all processes in accordance with the stream, a global view of the stream debugger can be accessed.

To do so, click on the [Debug Streams](/helmut4-releases/helmut4-components/helmutfx/streams/debug-streams.md) button (while holding the cmd key in macOS or the ctrl key in Windows), which is located in the [Streams](/helmut4-releases/helmut4-components/helmutfx/streams.md) tab of FX, IO, CO, and HK . This will open the debug window in a new, dedicated tab.

This action opens the stream debugger in a new browser tab, displaying all executed streams.

<figure><img src="/files/SomQsUD4uRMlHCqmOjlK" alt=""><figcaption><p>Debug Streams Button</p></figcaption></figure>

<figure><img src="/files/ta2213893JZwag3XyZxZ" alt=""><figcaption><p>Global Stream Debugger</p></figcaption></figure>

Check [Debug Streams](/helmut4-releases/helmut4-components/helmutfx/streams/debug-streams.md) for more information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/stream-debugger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
