yangkangwei cbf378a57b first 2 anos atrás
..
Exception cbf378a57b first 2 anos atrás
FatalErrorHandler cbf378a57b first 2 anos atrás
BufferingLogger.php cbf378a57b first 2 anos atrás
CHANGELOG.md cbf378a57b first 2 anos atrás
Debug.php cbf378a57b first 2 anos atrás
DebugClassLoader.php cbf378a57b first 2 anos atrás
ErrorHandler.php cbf378a57b first 2 anos atrás
ExceptionHandler.php cbf378a57b first 2 anos atrás
LICENSE cbf378a57b first 2 anos atrás
README.md cbf378a57b first 2 anos atrás

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