php-debugbar
php-debugbar copied to clipboard
Debug bar for PHP
Hi, I am using the [Laravel integration](https://github.com/barryvdh/laravel-debugbar) for using php-debugbar. We are currently using it to display all mysql queries running in our application. Could you please help me as...
Hi Below is come code for a bridge to Symfony Dependency Injection container to log calls in a TimeDataCollector so you can see when a service is created and how...
Hello! So the problem is in laravel-debugbar the query count is not shown in the list view and I wrote some code to enable this. [related issue](https://github.com/barryvdh/laravel-debugbar/issues/545) and the 2...
I'm using this library through [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) in a Laravel project. The problem was a missing semicolon in a Request class. Here is the error it raised: ``` Type error: Argument...
If there are enough messages the searchbar overlaps the last message. I think this: https://github.com/maximebf/php-debugbar/blob/master/src/DebugBar/Resources/widgets.css#L23 Should be ul instead of div, so: `div.phpdebugbar-widgets-messages ul.phpdebugbar-widgets-list {`
I tried hot-swapping my `Twig_Environment` for a `TraceableTwigEnvironment` like so, ``` php $twig = new TraceableTwigEnvironment($twig, $debugBar->getCollector('time')); $debugBar->addCollector(new TwigCollector($twig)); ``` Turns out it affects how `{% includes %}` and `{%...
I am redirecting some pages using `top.location` in javascript, but this unfortunately clears any debugbar message I'd previously added. I thought `stackData()` may help but cannot get it to work....
You've mentioned Assetic, but how do you normally handle fonts etc if you dump the css/assets? Also dump the fonts? Wouldn't it be easier to use the CDN for FontAwesome?...
#266 i try to fix this issue.