yangkangwei cbf378a57b first 1 éve
..
Exception cbf378a57b first 1 éve
FatalErrorHandler cbf378a57b first 1 éve
BufferingLogger.php cbf378a57b first 1 éve
CHANGELOG.md cbf378a57b first 1 éve
Debug.php cbf378a57b first 1 éve
DebugClassLoader.php cbf378a57b first 1 éve
ErrorHandler.php cbf378a57b first 1 éve
ExceptionHandler.php cbf378a57b first 1 éve
LICENSE cbf378a57b first 1 éve
README.md cbf378a57b first 1 éve

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