To Do
-
// @todo DRY -
function_exists() - check all -
Remove appearance comments -
Move all styles to cli.php -
1. debug(), then dump() -
Rewrite cli.php -
README -
writetofile() || write2file($filePath = null, bool $json = true) - Defaults to /debugger_output.txt -
style.css: position: relative; OBSOLETE -
Twig extension -
Smarty templator extension -
function debugger__prepareArgumentString(array $args = []) - is_object()
if(is_object($value)){
$exploded = explode("\\", get_class($value));
$value = end($exploded);
}
-
Default styles.css (less opacity) -
Collect all the output into one div (Symfony like) OR Close dialog functionality (JS required) -
Debug database processes -
Lots of memory issues in Symfony at least Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 98570240 bytes)
Maybe
-
Config for /assets/style.css & /debugger__style.css ???
Edited by Infotechnohelp OÜ