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

Debug bar for PHP

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

> I'm a die-hard fan of the PHP Debugbar package! **The reason for this PR!** ![2024-07-09_17-47](https://github.com/maximebf/php-debugbar/assets/70958192/b8c4d0c7-f6a2-4215-9ca5-c59a2d1a8843) In the above image, you can see that I have a menu in the...

Closes #662 >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 TRANSACTION" with no...

Based on https://github.com/maximebf/php-debugbar/pull/272 Can we just use https://tabler.io/icons icons as svg inline? Either add the default ones to css, or allow the collectors to define svg (base64 encoded or something?)

What is this exception and why does it happen on 404 pages exclusively from javascript calling pages? My guess is that it's trying to get debug information from the call,...

This is aimed specifically for https://github.com/php-pm/php-pm but could be used for other concurrent request frameworks (which I don't know of). Adds a `reset()` method to the collectors to reset the...

There seems to be a problem with this package. Recently I got the error: 'mail' is not a registered collector By setting APP_DEBUG to false it works By uninstalling your...

hi all if body direction is set to rtl, php-debugbar direction set to rtl too. and that is some clutter as you can see in attachments. ![php-debugbar1](https://cloud.githubusercontent.com/assets/200244/14535585/b9b0c47c-0283-11e6-8926-c77006439da8.PNG) ![php-debugbar](https://cloud.githubusercontent.com/assets/200244/14535586/b9c30678-0283-11e6-9838-f5b8a7db12d2.PNG)

Is there any way to autoload this without composer? environment i have, has no web access to use composer. Error I keep getting is Fatal error: Class 'DebugBar\StandardDebugBar' not found...

This may not be the standard use case, but I was adding a number of messages at once and found that they rendered in the debug bar in a random...

Hello everyone, I just installed this tool, and it works great, except for Twig. I have to precise that I don't use Symfony, it's a non-framework project. I think I've...