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

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