Files
Chamilo/vendor/symfony/debug
2026-03-30 14:10:30 +02:00
..
2026-03-30 14:10:30 +02:00
2026-03-30 14:10:30 +02:00
2026-03-30 14:10:30 +02:00
2026-03-30 14:10:30 +02:00
2026-03-30 14:10:30 +02:00
2026-03-30 14:10:30 +02:00
2026-03-30 14:10:30 +02:00
2026-03-30 14:10:30 +02:00
2026-03-30 14:10:30 +02:00
2026-03-30 14:10:30 +02:00
2026-03-30 14:10:30 +02:00

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

Debug::enable();

Resources