php-debugbar
php-debugbar copied to clipboard
Debug bar for PHP
Closes #449  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...
disable
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   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?