# Right click menu

![Message Log right click menu](/files/9yJ0kbADQhj0q5gebWMP)

## Filter String (double click)

Double clicking over any cell in the Message Log will filter the selected column using the string in the cell. This option in the right click menu also performs this operation.

{% hint style="info" %}
**Good to know**

You can apply sequential filters to the Message Log, allowing you to apply filters on top of previously filtered columns.
{% endhint %}

## Open Running VI

Opens the block diagram of the running clone of a Worker's Main VI.

{% hint style="warning" %}
This option is only available for applications that are currently connected to the Debug Server. This option is not available for applications running as an executable, on a real-time target, or in a PPL with its debug property flag set to False.
{% endhint %}

## Go to Case

Shows the selected Worker's MHL case on the Worker's block diagram. Using this option over the cell of the Message column for an error message will take you directly to the case of the Worker where the error has occurred.

{% hint style="warning" %}
This option is only available for applications that are currently connected to the Debug Server. This option is not available for applications running as an executable, on a real-time target, or in a PPL with its debug property flag set to False.
{% endhint %}

## Clear Message Log

Will clear all data displayed in the message log.


---

# 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.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/worker-message-logs/right-click-menu.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.
