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

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