PhpDev.App
symfony/debug

symfony/debug

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

https://symfony.com/debug

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

OPEN ISSUES

See all