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

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