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

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