https://github.com/symfony/debug
Provides tools to ease debugging PHP code
https://github.com/symfony/debug
component php symfony symfony-component
Last synced: 2 months ago
JSON representation
Provides tools to ease debugging PHP code
- Host: GitHub
- URL: https://github.com/symfony/debug
- Owner: symfony
- License: mit
- Archived: true
- Created: 2013-04-07T19:13:19.000Z (over 12 years ago)
- Default Branch: 4.4
- Last Pushed: 2022-07-29T12:25:06.000Z (over 3 years ago)
- Last Synced: 2025-01-15T06:09:57.393Z (11 months ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/debug
- Size: 1.41 MB
- Stars: 7,255
- Watchers: 9
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php - symfony/debug - PHP debug调试库 (调试和性能( Debugging and Profiling ))
README
Debug Component
===============
**CAUTION**: this component is deprecated since Symfony 4.4. Instead, use the
[ErrorHandler component](https://github.com/symfony/symfony/tree/master/src/Symfony/Component/ErrorHandler).
-----
The Debug component provides tools to ease debugging PHP code.
Getting Started
---------------
```
$ composer require symfony/debug
```
```php
use Symfony\Component\Debug\Debug;
Debug::enable();
```
Resources
---------
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)