This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

Debuggers

You can enter as many debuggers as you like. Each entry requires a class name of the debugger. Optionally you can enter a specific configuration for the debugger in the confg section.

Version added

1.0.0

TypoScript path

plugin.Tx_Formhandler.settings.debuggers copy to clipboard

Example code

debuggers.1 {
  class = TypoheadsFormhandlerDebuggerPrintToScreen
  config {
    sectionWrap = <div class=”debug-section”>|</div>
  }
}

Debugger\PrintToScreen

Will print out the debug messages to screen.

Debugger\DevLog

Will save the debug message using \TYPO3\CMS\Core\Utility\GeneralUtility::devLog(). The messages can be read using an appropriate extension like devlog.