Debug Component

September 24, 2021 ยท View on GitHub

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

  • Contributing
  • Report issues and send Pull Requests in the main Symfony repository

Contents

  1. 1Getting Started
  2. 2Resources