yangkangwei cbf378a57b first hace 1 año
..
Exception cbf378a57b first hace 1 año
FatalErrorHandler cbf378a57b first hace 1 año
BufferingLogger.php cbf378a57b first hace 1 año
CHANGELOG.md cbf378a57b first hace 1 año
Debug.php cbf378a57b first hace 1 año
DebugClassLoader.php cbf378a57b first hace 1 año
ErrorHandler.php cbf378a57b first hace 1 año
ExceptionHandler.php cbf378a57b first hace 1 año
LICENSE cbf378a57b first hace 1 año
README.md cbf378a57b first hace 1 año

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