---
title: "Feature: #84216 - New attribute \"debug\" in RenderViewHelper"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-84216"
source: "Changelog/9.2/Feature-84216-FluidPartialDebugOutputShouldNotBeVisibleInAdminPanel.rst"
typo3-version: "9.2"
typo3-major: 9
type: "feature"
issue: 84216
forge: "https://forge.typo3.org/issues/84216"
tags: ["Fluid", "Frontend", "ext:fluid"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Feature: #84216 - New attribute "debug" in RenderViewHelper {#feature-84216}

See [forge#84216](https://forge.typo3.org/issues/84216)

## Description {#description}

The new attribute `debug` has been added to the RenderViewHelper which is `true` by default.
Setting this attribute to `false` disables the debug information rendered in the frontend if the fluid debug mode is
enabled in the admin panel.

## Impact {#impact}

It is now possible to disable the debug output in some specials cases like in the admin panel.
