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

v5.2.0 2023-12-12 13:02 UTC

This package is auto-updated.

Last update: 2024-04-12 14:12:54 UTC


README

Latest Stable Version License PHP Version

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