.. _printtoscreendebugger: ===================== PrintToScreenDebugger ===================== Will print out the debug messages to screen. .. list-table:: :align: left :width: 100% :widths: 20 80 :header-rows: 0 :stub-columns: 0 * - **TypoScript Path** - plugin.tx_formhandler_form.settings.predefinedForms.[x].debuggers.PrintToScreenDebugger .. code-block:: typoscript Example Code: plugin.tx_formhandler_form.settings.predefinedForms.devExample { debuggers { PrintToScreenDebugger { model = PrintToScreenDebugger config { active = true maxDepth = 10 severityWrap { 1 = | 2 = | 3 = | } } } } } **Properties** .. list-table:: :align: left :width: 100% :widths: 20 80 :header-rows: 0 :stub-columns: 0 * - **active** - Status of the debugger * - - * - *Mandatory* - False * - *Data Type* - Boolean * - *Default* - False .. list-table:: :align: left :width: 100% :widths: 20 80 :header-rows: 0 :stub-columns: 0 * - **maxDepth** - Sets the max recursion depth of the dump. De- or increase the number according to your needs and memory limit. * - - * - *Mandatory* - False * - *Data Type* - Integer * - *Default* - 8 .. list-table:: :align: left :width: 100% :widths: 20 80 :header-rows: 0 :stub-columns: 0 * - **messageWrap** - Wrap for a single debug message * - - * - *Mandatory* - False * - *Data Type* - String * - *Default* -