php-debugbar icon indicating copy to clipboard operation
php-debugbar copied to clipboard

Debug bar for PHP

Results 167 php-debugbar issues
Sort by recently updated
recently updated
newest added

I don't think an absolute path is needed here. At least this is what works for me.

newest first, current oldest first

What is the minimum supported version of PHP for php-debugbar?

Can I also show php file and the number line?

Hi, how can I intercept ajax call and response in a collector like in symfony debugbar ? Thanks

My phpDebugbar not show detail info like demo. Does it normal when only show the time of query? ![14-11-2014 1-12-42 pm](https://cloud.githubusercontent.com/assets/5380820/5042062/6dbe0094-6c01-11e4-9b53-d840feb9d3e4.png)

When clicking on the editor link in the query tab, the backtrace sub table opens unnecessarily, it's annoying Fix for ajax urls too

The request data collector store the data from `$_SESSION` which contains the stacked data, which in turn contains the data from the request collector, etc, so memory usage double with...

Currently, the session stores stacked data, which in turn might contain the session data if a RequestDataCollector is active. This leads to exponential growth in memory usage and rapid performance...

Hello, I came across an error in the DoctrineCollector. For some reason, the value of $query['params'] can be "null". The query who triggered this in my case was a "START...