刘远航 94eefae904 vendor hace 4 años
..
Exception 94eefae904 vendor hace 4 años
FatalErrorHandler 94eefae904 vendor hace 4 años
BufferingLogger.php 94eefae904 vendor hace 4 años
CHANGELOG.md 94eefae904 vendor hace 4 años
Debug.php 94eefae904 vendor hace 4 años
DebugClassLoader.php 94eefae904 vendor hace 4 años
ErrorHandler.php 94eefae904 vendor hace 4 años
ExceptionHandler.php 94eefae904 vendor hace 4 años
LICENSE 94eefae904 vendor hace 4 años
README.md 94eefae904 vendor hace 4 años
composer.json 94eefae904 vendor hace 4 años

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