yangkangwei cbf378a57b first преди 1 година
..
Exception cbf378a57b first преди 1 година
FatalErrorHandler cbf378a57b first преди 1 година
BufferingLogger.php cbf378a57b first преди 1 година
CHANGELOG.md cbf378a57b first преди 1 година
Debug.php cbf378a57b first преди 1 година
DebugClassLoader.php cbf378a57b first преди 1 година
ErrorHandler.php cbf378a57b first преди 1 година
ExceptionHandler.php cbf378a57b first преди 1 година
LICENSE cbf378a57b first преди 1 година
README.md cbf378a57b first преди 1 година

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