yangkangwei cbf378a57b first hace 2 años
..
Exception cbf378a57b first hace 2 años
FatalErrorHandler cbf378a57b first hace 2 años
BufferingLogger.php cbf378a57b first hace 2 años
CHANGELOG.md cbf378a57b first hace 2 años
Debug.php cbf378a57b first hace 2 años
DebugClassLoader.php cbf378a57b first hace 2 años
ErrorHandler.php cbf378a57b first hace 2 años
ExceptionHandler.php cbf378a57b first hace 2 años
LICENSE cbf378a57b first hace 2 años
README.md cbf378a57b first hace 2 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 require symfony/debug
use Symfony\Component\Debug\Debug;

Debug::enable();

Resources