.. include:: /Includes.rst.txt .. _typo3fluid-fluid-debug: ===== debug ===== {object -> f:debug(title: 'Custom title')} all properties of {object} nicely highlighted (with custom title) {object -> f:debug(typeOnly: true)} the type or class name of {object} Note: This view helper is only meant to be used during development Arguments ========= .. _debug_typeonly: typeOnly -------- :aspect:`DataType` boolean :aspect:`Required` false :aspect:`Description` If TRUE, debugs only the type of variables .. _debug_levels: levels ------ :aspect:`DataType` integer :aspect:`Default` 5 :aspect:`Required` false :aspect:`Description` Levels to render when rendering nested objects/arrays .. _debug_html: html ---- :aspect:`DataType` boolean :aspect:`Required` false :aspect:`Description` Render HTML. If FALSE, output is indented plaintext