sapalymahabat/vendor/symfony/debug
Shohrat 63f1adb70d api 2023-02-15 20:52:41 +05:00
..
Exception api 2023-02-15 20:52:41 +05:00
FatalErrorHandler api 2023-02-15 20:52:41 +05:00
BufferingLogger.php api 2023-02-15 20:52:41 +05:00
CHANGELOG.md api 2023-02-15 20:52:41 +05:00
Debug.php api 2023-02-15 20:52:41 +05:00
DebugClassLoader.php api 2023-02-15 20:52:41 +05:00
ErrorHandler.php api 2023-02-15 20:52:41 +05:00
ExceptionHandler.php api 2023-02-15 20:52:41 +05:00
LICENSE api 2023-02-15 20:52:41 +05:00
README.md api 2023-02-15 20:52:41 +05:00
composer.json api 2023-02-15 20:52:41 +05:00

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