mvccore/ext-debug-tracy

MvcCore - Extension - Debug - Tracy - adapter class for Nette Framework `tracy/tracy` library.

Installs: 5 908

Dependents: 15

Suggesters: 1

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mvccore/ext-debug-tracy

v5.3.6 2025-06-26 15:14 UTC

README

Latest Stable Version License PHP Version

MvcCore Debug Extension to replace internal MvcCore variables dumping with Nette Tracy library (tracy/tracy).

Installation

composer require mvccore/ext-debug-tracy

Usage

Add this to Bootstrap.php or to very application beginning:

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