mvccore/ext-debug-tracy-all

MvcCore - 扩展 - 调试 - Tracy - 全部 - Nette Framework `tracy/tracy` 库的适配器类,为 MvcCore 实现所有调试面板。

v5.2.0 2023-12-12 13:01 UTC

This package is auto-updated.

Last update: 2024-09-12 15:08:30 UTC


README

Latest Stable Version License PHP Version

MvcCore 调试扩展,用于替换内部 MvcCore 变量输出,使用 Nette Tracy 库 (tracy/tracy),并为 MvcCore 实现所有调试面板。

安装

composer require mvccore/ext-debug-tracy-all

示例

将此代码添加到 Bootstrap.php 或应用非常开始的代码中

\MvcCore\Application::GetInstance()->SetDebugClass('\\MvcCore\\Ext\\Debugs\\Tracy');

扩展

  • mvccore/ext-debug-tracy
  • mvccore/ext-debug-tracy-auth
  • mvccore/ext-debug-tracy-mvccore
  • mvccore/ext-debug-tracy-routing
  • mvccore/ext-debug-tracy-session

依赖包

  • mvccore/mvccore
  • mvccore/ext-auth
  • mvccore/ext-form
  • tomflidr/tracy