bztang-admin/vendor/symfony/debug
wuhui_zzw 819d549907 初始化 2023-09-25 17:52:31 +08:00
..
Exception 初始化 2023-09-25 17:52:31 +08:00
FatalErrorHandler 初始化 2023-09-25 17:52:31 +08:00
BufferingLogger.php 初始化 2023-09-25 17:52:31 +08:00
CHANGELOG.md 初始化 2023-09-25 17:52:31 +08:00
Debug.php 初始化 2023-09-25 17:52:31 +08:00
DebugClassLoader.php 初始化 2023-09-25 17:52:31 +08:00
ErrorHandler.php 初始化 2023-09-25 17:52:31 +08:00
ExceptionHandler.php 初始化 2023-09-25 17:52:31 +08:00
LICENSE 初始化 2023-09-25 17:52:31 +08:00
README.md 初始化 2023-09-25 17:52:31 +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