mvccore/ext-debug-tracy

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

v5.2.3 2024-03-26 13:04 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');