> For the complete documentation index, see [llms.txt](https://docs.workersforlabview.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/worker-message-logs/right-click-menu.md).

# 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.
