php-debugbar
php-debugbar copied to clipboard
Debug bar for PHP
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? 
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...