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
Package info
github.com/mvccore/ext-debug-tracy-mvccore
pkg:composer/mvccore/ext-debug-tracy-mvccore
Requires
- php: >=5.4.0
- mvccore/ext-debug-tracy: ^5.3
- mvccore/mvccore: ^5.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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