milkamil93/tracy

tracy/tracy 的包装,带有预置特性

安装: 5

依赖项: 0

建议者: 0

安全性: 0

星标: 0

关注者: 0

分支: 0

公开问题: 0

类型:软件包

1.0.4 2020-08-05 08:28 UTC

This package is auto-updated.

Last update: 2024-09-05 17:27:09 UTC


README

composer require milkamil93/tracy
和 php
use Tracy\Debugger;
use YesTracy\Tracy;

Debugger::enable(false);
Debugger::$showBar = true;
Debugger::dispatch();
Tracy::init();