server 52763dedf1 gitignore | пре 2 година | |
---|---|---|
.. | ||
Exception | пре 2 година | |
FatalErrorHandler | пре 2 година | |
BufferingLogger.php | пре 2 година | |
CHANGELOG.md | пре 2 година | |
Debug.php | пре 2 година | |
DebugClassLoader.php | пре 2 година | |
ErrorHandler.php | пре 2 година | |
ExceptionHandler.php | пре 2 година | |
LICENSE | пре 2 година | |
README.md | пре 2 година | |
composer.json | пре 2 година |
CAUTION: this component is deprecated since Symfony 4.4. Instead, use the ErrorHandler component.
The Debug component provides tools to ease debugging PHP code.
$ composer require symfony/debug
use Symfony\Component\Debug\Debug;
Debug::enable();