/home/techb158/exp.abdallabala.com/vendor/symfony/debug
NameSizeModeActions
Exception/-0755rm
FatalErrorHandler/-0755rm
BufferingLogger.php10600644editdlrm
CHANGELOG.md18690644editdlrm
composer.json8850644editdlrm
Debug.php20040644editdlrm
DebugClassLoader.php211310644editdlrm
ErrorHandler.php269200644editdlrm
ExceptionHandler.php288330644editdlrm
LICENSE10650644editdlrm
README.md7360644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/symfony/debug/README.md (736B)
Debug Component =============== **CAUTION**: this component is deprecated since Symfony 4.4. Instead, use the [ErrorHandler component](https://github.com/symfony/symfony/tree/master/src/Symfony/Component/ErrorHandler). ----- The Debug component provides tools to ease debugging PHP code. Getting Started --------------- ``` $ composer install symfony/debug ``` ```php use Symfony\Component\Debug\Debug; Debug::enable(); ``` Resources --------- * [Contributing](https://symfony.com/doc/current/contributing/index.html) * [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls) in the [main Symfony repository](https://github.com/symfony/symfony)