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

**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...

![image](https://user-images.githubusercontent.com/111025/31306316-060db544-ab45-11e7-8dab-81a6d86950c3.png) 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 ![image](https://user-images.githubusercontent.com/8361115/48400685-57592180-e727-11e8-92fb-2729e19a6179.png) Let...