yangkangwei cbf378a57b first 2 anni fa
..
Exception cbf378a57b first 2 anni fa
FatalErrorHandler cbf378a57b first 2 anni fa
BufferingLogger.php cbf378a57b first 2 anni fa
CHANGELOG.md cbf378a57b first 2 anni fa
Debug.php cbf378a57b first 2 anni fa
DebugClassLoader.php cbf378a57b first 2 anni fa
ErrorHandler.php cbf378a57b first 2 anni fa
ExceptionHandler.php cbf378a57b first 2 anni fa
LICENSE cbf378a57b first 2 anni fa
README.md cbf378a57b first 2 anni 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