Skip to content

Debugbar

Phillip Dornauer edited this page Apr 13, 2026 · 1 revision

Marble Debugbar

The Marble Debugbar is a floating debug panel for developers. It appears in the bottom-right corner of your frontend pages when you are logged into the admin.

Enabling

Set MARBLE_DEBUGBAR=true in your .env file.

MARBLE_DEBUGBAR=true

The debugbar is only injected when an admin user is authenticated. It never appears for regular visitors or portal users.

What It Shows

Field Description
Item ID Database ID of the resolved item
Name Item name
Blueprint Blueprint identifier
Status published / draft (color-coded)
Workflow Step Current step name, if any
Language Active language code and ID
Site Active site name
Canonical URL Primary URL for this item
Mount URLs All additional mount-point URLs
URL Aliases All configured aliases
Cache Key The cache key used for this item

Edit Button

The Edit in Marble button opens the item's edit page in the admin panel directly. Saves navigation when iterating on frontend layout.

Disabling

Remove MARBLE_DEBUGBAR=true from .env or set it to false. The middleware that injects the panel is only registered when the value is truthy.

Clone this wiki locally