刘远航 94eefae904 vendor 4 лет назад
..
Exception 94eefae904 vendor 4 лет назад
FatalErrorHandler 94eefae904 vendor 4 лет назад
BufferingLogger.php 94eefae904 vendor 4 лет назад
CHANGELOG.md 94eefae904 vendor 4 лет назад
Debug.php 94eefae904 vendor 4 лет назад
DebugClassLoader.php 94eefae904 vendor 4 лет назад
ErrorHandler.php 94eefae904 vendor 4 лет назад
ExceptionHandler.php 94eefae904 vendor 4 лет назад
LICENSE 94eefae904 vendor 4 лет назад
README.md 94eefae904 vendor 4 лет назад
composer.json 94eefae904 vendor 4 лет назад

README.md

Debug Component

CAUTION: this component is deprecated since Symfony 4.4. Instead, use the ErrorHandler 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