mirror of
https://github.com/symfony/debug.git
synced 2026-04-26 18:38:19 +02:00
v4.4.7
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
Releases
36
Languages
PHP
100%