mvccore / ext-debug-tracy-mvccore
MvcCore - Extension - Debug - Tracy - Panel MvcCore - render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance()); to display main application objects used to render current page response. Rendered objects inside M
Installs: 4 817
Dependents: 9
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.4.0
- mvccore/ext-debug-tracy: ^5.2
- mvccore/mvccore: ^5.2
README
MvcCore Debug Tracy Extension to render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance());
to display main application objects used to render current page response.
Installation
composer require mvccore/ext-debug-tracy-mvccore
Rendered objects inside MvcCore app:
\MvcCore\Request
\MvcCore\Response
\MvcCore\Router
\MvcCore\Controller
- all preroute, predispatch and postdispatch configured handlers
- many other internal MvcCore app instance values