php-debugbar
php-debugbar copied to clipboard
Debug bar for PHP
Fix issue #432
**Background**: So far, I had only displayed debug data related to the current request. However, I have recently switched to `FileStorage` to debug non-HTML requests with more data than could...
It is now possible to sort the results of the queries by : 1 - Sentence sql 2 - Memory use 3 - Duration
The docs are hosted on GitHub Pages, but only offer HTTP right now. However, HTTPS support for custom domains [is available since May 2018](https://github.blog/2018-05-01-github-pages-custom-domains-https/). Usually this works out of the...
Method signatures in TraceableTwigEnvironment changed so they match the latest changes in Twig_Environment.
This change will enable users to actually be able to select and copy the messages/errors/exceptions/params that are expanded. Right now trying to select anything will collapse the block preventing the...
What to do if I have css like this: ```css html, body { height: 100%; } ``` When debugbar adds margin-bottom to body, body goes out of view port for...
On a page with multiple ajax calls, I want the first dataset (First request) to be selected by default. Right now the last request is selected by default. How can...
 This comes from using `PHP_VERSION` constant, which can contain "extra" information such as in the screenshot above. We've extended the `PhpInfoCollector` and trimmed the trailing information off in our...
I'd like to have the body but also to be able to interpret HTML. To have a better look at what the user will received. Here's an example  Let...