admin/vendor/symfony/debug
wuhui_zzw 02fd5099c7 初始化 2024-03-09 18:13:32 +08:00
..
Exception 初始化 2024-03-09 18:13:32 +08:00
FatalErrorHandler 初始化 2024-03-09 18:13:32 +08:00
BufferingLogger.php 初始化 2024-03-09 18:13:32 +08:00
CHANGELOG.md 初始化 2024-03-09 18:13:32 +08:00
Debug.php 初始化 2024-03-09 18:13:32 +08:00
DebugClassLoader.php 初始化 2024-03-09 18:13:32 +08:00
ErrorHandler.php 初始化 2024-03-09 18:13:32 +08:00
ExceptionHandler.php 初始化 2024-03-09 18:13:32 +08:00
LICENSE 初始化 2024-03-09 18:13:32 +08:00
README.md 初始化 2024-03-09 18:13:32 +08:00

README.md

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