yangkangwei cbf378a57b first il y a 1 an
..
Exception cbf378a57b first il y a 1 an
FatalErrorHandler cbf378a57b first il y a 1 an
BufferingLogger.php cbf378a57b first il y a 1 an
CHANGELOG.md cbf378a57b first il y a 1 an
Debug.php cbf378a57b first il y a 1 an
DebugClassLoader.php cbf378a57b first il y a 1 an
ErrorHandler.php cbf378a57b first il y a 1 an
ExceptionHandler.php cbf378a57b first il y a 1 an
LICENSE cbf378a57b first il y a 1 an
README.md cbf378a57b first il y a 1 an

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