mvccore / ext-debug-tracy
MvcCore - Extension - Debug - Tracy - adapter class for Nette Framework `tracy/tracy` library.
v5.3.8
2026-04-01 14:18 UTC
Requires
- php: >=5.4.0
- mvccore/mvccore: ^5.3
- tracy/tracy: >=2.5
This package is auto-updated.
Last update: 2026-04-01 14:20:29 UTC
README
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');