mvccore / ext-debug-tracy
MvcCore - Extension - Debug - Tracy - adapter class for Nette Framework `tracy/tracy` library.
Installs: 5 500
Dependents: 15
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
- mvccore/mvccore: ^5.2
- tomflidr/tracy: ^2.7.4
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');