trs_matrimony/vendor/symfony/debug
2024-08-22 09:31:12 +05:30
..
Exception project initial commit 2024-08-22 09:31:12 +05:30
FatalErrorHandler project initial commit 2024-08-22 09:31:12 +05:30
BufferingLogger.php project initial commit 2024-08-22 09:31:12 +05:30
CHANGELOG.md project initial commit 2024-08-22 09:31:12 +05:30
composer.json project initial commit 2024-08-22 09:31:12 +05:30
Debug.php project initial commit 2024-08-22 09:31:12 +05:30
DebugClassLoader.php project initial commit 2024-08-22 09:31:12 +05:30
ErrorHandler.php project initial commit 2024-08-22 09:31:12 +05:30
ExceptionHandler.php project initial commit 2024-08-22 09:31:12 +05:30
LICENSE project initial commit 2024-08-22 09:31:12 +05:30
README.md project initial commit 2024-08-22 09:31:12 +05:30

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 install symfony/debug
use Symfony\Component\Debug\Debug;

Debug::enable();

Resources