Tehnika-Dunyasi/vendor/symfony/debug
Kerim 485714cc8e first commit 2022-10-24 10:25:52 +05:00
..
Exception first commit 2022-10-24 10:25:52 +05:00
FatalErrorHandler first commit 2022-10-24 10:25:52 +05:00
BufferingLogger.php first commit 2022-10-24 10:25:52 +05:00
CHANGELOG.md first commit 2022-10-24 10:25:52 +05:00
Debug.php first commit 2022-10-24 10:25:52 +05:00
DebugClassLoader.php first commit 2022-10-24 10:25:52 +05:00
ErrorHandler.php first commit 2022-10-24 10:25:52 +05:00
ExceptionHandler.php first commit 2022-10-24 10:25:52 +05:00
LICENSE first commit 2022-10-24 10:25:52 +05:00
README.md first commit 2022-10-24 10:25:52 +05:00
composer.json first commit 2022-10-24 10:25:52 +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