yangkangwei cbf378a57b first 1 سال پیش
..
Exception cbf378a57b first 1 سال پیش
FatalErrorHandler cbf378a57b first 1 سال پیش
BufferingLogger.php cbf378a57b first 1 سال پیش
CHANGELOG.md cbf378a57b first 1 سال پیش
Debug.php cbf378a57b first 1 سال پیش
DebugClassLoader.php cbf378a57b first 1 سال پیش
ErrorHandler.php cbf378a57b first 1 سال پیش
ExceptionHandler.php cbf378a57b first 1 سال پیش
LICENSE cbf378a57b first 1 سال پیش
README.md cbf378a57b first 1 سال پیش

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