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

Closes #449 ![image](https://github.com/maximebf/php-debugbar/assets/4933954/ad7dbb38-8bdd-47ed-8cb7-358ab5517f89) https://github.com/maximebf/php-debugbar/blob/30f65f18f7ac086255a77a079f8e0dcdd35e828e/src/DebugBar/DataFormatter/DataFormatter.php#L25-L29 Global `DataFormatter` creates instances of `VarCloner, CliDumper`, this creates a unexpected jump on time line This PR preloads `DataFormatter` before measuring, that allows displaying a consecutive...

How can I disable it for production?

Hello I have tried using the Monolog Collector with version 3.0 and up of monolog. They changed of the "write" method, it no longer takes an array as a parameter....

avoid sending `traceAsString` when already html trace exists, it is not necessary to send both at the same time https://github.com/maximebf/php-debugbar/blob/30f65f18f7ac086255a77a079f8e0dcdd35e828e/src/DebugBar/Resources/widgets.js#L580-L583 remove base path from trace paths ![image](https://github.com/maximebf/php-debugbar/assets/79208641/d638c8d4-51a6-42fd-aba1-890f438c546d) ![image](https://github.com/maximebf/php-debugbar/assets/79208641/43f3ff50-aac1-4689-a814-41f50c33e811) Closes #555

The API is getting deprecated : change calls according to new API

Hello, would you know if I could do this to get the SQL queries in a legacy project? or even in pure mysql queries? Currently Kohana v2 is used and...

Is there a way to exclude/hide traces on ExceptionsCollector? If it doesn't exist the option, can it be a feature?

Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@rudloff) has found a potential issue, which I would be eager to share with...

Hello, I have discovered probably a problem. Im using [Laravel DebuBar](https://github.com/barryvdh/laravel-debugbar) and when I want to register `TraceablePDO` class to track all PDO queries and run 0 queries, it gives...

How can we programmatically get the version number of our PHP Debug Bar install?