Tequila offers basic integrated debugging, to enable:
Open includes/config.php
Set :
$config['debug'] = true;
Add the debugging key to any URL, i.e.
locahost/Tequila/index.php?task=your-task&debug=12345
The debugging key is part of your config file, look for and set at:
$config['debug_code'] = 'enter-your-code-here';
Add this line anywhere to start debugging:
startDebug();