qldebug is a package consisting of a system plugin and a module.

(1) system plugin

The system plugin contains all the code for getting the data and has an output as well. As the system plugin is called before website output, the plugin's it will result in a slightly invalid html code; but I think you can live with that. The output will be seated either left or right on the screen. Use additional css commands to place it where you want it.

(2) Module

The module is pure output module. All data is generated by the plugin. So it won't work without the upper plugin. Don't worry: As plugin and module are in the package, you won't even realize the difference.

The module can be placed in any module position; adjust stylesheets if neccessary.

(3) Description of params

Coming soon ...