> 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/workers-application-manager/right-click-menu.md).

# Right click menu

![Application Manager right-click menu](/files/VtGItEgoZOElM4mFeO76)

## Show Message Log

Opens the [Message Log](/workers-tools/workers-tools-menu/workers-debug-server/worker-message-logs.md) window for the selected Workers application.

## Show Front Panel

Opens the front panel 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 %}

## Show Block Diagram

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 %}

## Send 'Start Exiting' Request

Starts the shutdown routine of the selected Worker. This option performs the same operation as calling the Workers palette VI: *Worker Start Exiting.vi.*

{% hint style="warning" %}
This option is only available for applications that are currently connected to the Debug Server.
{% endhint %}

## Filter as Enque Worker

Filters the Worker's ID as the 'Enque Worker' in the Debug Server's [Message Log](/workers-tools/workers-tools-menu/workers-debug-server/worker-message-logs.md).

## Filter as Deque Worker

Filters the Worker's ID as the 'Deque Worker' in the Debug Server's [Message Log](/workers-tools/workers-tools-menu/workers-debug-server/worker-message-logs.md).
