I love this profiler and the unique thing I really miss is a debugger for variables.
Maybe you can create a method like this
<?php Profiler::debugVar('var_name', $var); ?>
And display in the result a table like this
var_name | value of the var
Just an idea :)
Greetings!
I love this profiler and the unique thing I really miss is a debugger for variables.
Maybe you can create a method like this
<?php Profiler::debugVar('var_name', $var); ?>And display in the result a table like this
var_name | value of the varJust an idea :)
Greetings!