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 = Tx_Formhandler_Debugger_Print
  config {
    sectionWrap = <div class=”debug-section”>|</div>
  }
}

Debugger_Print

Will print out the debug messages to screen.

Debugger_DevLog

Will save the debug message using t3lib_div::devLog(). The messages can be read using an appropriate extension like devlog.