killworm737/add-tracy-panel
最新稳定版本:v1.0.04
Composer 安装命令:
composer require killworm737/add-tracy-panel
包简介
A panel for Tracy Debugger
关键字:
README 文档
README
A panel for Tracy Debugger
Installation
composer require killworm737/add-tracy-panel
OR
Update composer.json
{
"require": {
...
"killworm737/add-tracy-panel": "dev-master"
},
}
Require this package with composer:
composer update
Use
$bar = Tracy\Debugger::getBar(); $bar->addPanel(new AddPanel("test")); $bar->addPanel(new AddPanel("globals"));
统计信息
- 总下载量: 59
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-03