Skip to content

Debug Helper

Frank Bültge edited this page Apr 12, 2024 · 2 revisions

The plugin has an option to activate a Debug Helper. That means, if you activate this option to see some information from the plugin inside your console of the browser - typically Key F12 in modern browsers.

The option on the settings page

image

Example of output on the core backend page tools.php

image

Note

You should deactivate this feature if it is not in use for debugging. Because the function print the output via JavaScript directly to the browser. This can destroy some other scripts and maybe disturbing the performance.

Clone this wiki locally