canyin-project/ybcy/vendor/symfony/debug
2024-11-01 16:07:54 +08:00
..
Exception init 2024-11-01 16:07:54 +08:00
FatalErrorHandler init 2024-11-01 16:07:54 +08:00
Resources/ext init 2024-11-01 16:07:54 +08:00
Tests init 2024-11-01 16:07:54 +08:00
.gitignore init 2024-11-01 16:07:54 +08:00
BufferingLogger.php init 2024-11-01 16:07:54 +08:00
CHANGELOG.md init 2024-11-01 16:07:54 +08:00
composer.json init 2024-11-01 16:07:54 +08:00
Debug.php init 2024-11-01 16:07:54 +08:00
DebugClassLoader.php init 2024-11-01 16:07:54 +08:00
ErrorHandler.php init 2024-11-01 16:07:54 +08:00
ExceptionHandler.php init 2024-11-01 16:07:54 +08:00
LICENSE init 2024-11-01 16:07:54 +08:00
phpunit.xml.dist init 2024-11-01 16:07:54 +08:00
README.md init 2024-11-01 16:07:54 +08:00

Debug Component

The Debug component provides tools to ease debugging PHP code.

Getting Started

$ composer install symfony/debug
use Symfony\Component\Debug\Debug;

Debug::enable();

Resources