Stars: 7311
Forks: 55
Pull Requests: 9
Issues: 0
Watchers: 9
Last Updated: 2022-07-29 12:25:06
Provides tools to ease debugging PHP code
License: MIT License
Languages: PHP
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();