|
|
3 年之前 | |
|---|---|---|
| .. | ||
| Exception | 3 年之前 | |
| FatalErrorHandler | 3 年之前 | |
| BufferingLogger.php | 3 年之前 | |
| CHANGELOG.md | 3 年之前 | |
| Debug.php | 3 年之前 | |
| DebugClassLoader.php | 3 年之前 | |
| ErrorHandler.php | 3 年之前 | |
| ExceptionHandler.php | 3 年之前 | |
| LICENSE | 3 年之前 | |
| README.md | 3 年之前 | |
| composer.json | 3 年之前 | |
CAUTION: this component is deprecated since Symfony 4.4. Instead, use the ErrorHandler component.
The Debug component provides tools to ease debugging PHP code.
$ composer require symfony/debug
use Symfony\Component\Debug\Debug;
Debug::enable();