php-debugbar
php-debugbar copied to clipboard
Debug bar for PHP
The current doctrine collector requires a DebugStack, this isnt in the latest version of Doctrine/DBAL which now uses middleware rather than logging stacks, the only other method of getting it...
hello, We have enabled a strict CSP policy which has been working fine with debugbar 3.14.x Suddenly we have updated debugbar to 3.15.1 and this fails:  We have pinned...
In case #748 doesn't get merged, i could extend the class with that code and just return ```php public function collect() { return array( 'count' => count($this->exceptions), 'exceptions' => $this->exceptions...
i might be holding it wrong but i currently can't get data from `fetch()` requests to be handled. i have enabled `sendDataInHeaders()` and i can see the `phpdebugbar` HTTP Header...
What if the storage is not persistent(by config) only temporary?, so once the records are displayed they are automatically deleted, ajax calls It would prevent the number of files from...
From https://github.com/barryvdh/laravel-debugbar/issues/1654#issuecomment-2637599284 >Unfortunately, no URLs allowed >```php >Debugbar::getCollector('Quick Links')->addMessage('Test'); >```  ---- **Now:** ```php Debugbar::getCollector('Quick Links')->addMessage('Test', 'links', false); ``` 
PoC of [sql-formatter-org/sql-formatter](https://github.com/sql-formatter-org/sql-formatter) from https://github.com/barryvdh/laravel-debugbar/issues/1654#issuecomment-2427142327   Based on: https://github.com/maximebf/php-debugbar/blob/689720d724c771ac4add859056744b7b3f2406da/src/DebugBar/Resources/widgets/mails/widget.js#L21-L23
Fixes #806
This is a follow on from #563 which already describes the situation well so I'll just quote the short version. > This PR fixes csp errors caused by tags without...
If the warning is inside a for loop(or the same method called several times), the same message is repeated too many times, this allows only one instance of each message...