killworm737/add-tracy-panel

A panel for Tracy Debugger

v1.0.04 2015-11-07 02:32 UTC

This package is not auto-updated.

Last update: 2025-01-22 20:27:18 UTC


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"));