phpmv/ubiquity-debug

Ubiquity 框架调试器

0.0.10 2023-12-28 10:49 UTC

This package is auto-updated.

Last update: 2024-09-28 13:03:56 UTC


README

img

Latest Stable Version

Ubiquity 框架调试器

集成

对于现有项目

composer require phpmv/ubiquity-debug

如果你之前全局安装了 devtools,请更新它们

composer global update

.ubiquity/_index.php 文件中更新

\Ubiquity\debug\Debugger::start($config);// To add

\Ubiquity\controllers\Startup::run($config);

对于新项目(自 Ubiquity 2.4.4 以来)

无需操作:调试器默认情况下已与内置的 php 服务器激活。

Ubiquity serve