刘远航 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