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: 5 145

Dependents: 9

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/mvccore/ext-debug-tracy-mvccore

v5.3.2 2024-12-16 12:59 UTC

This package is auto-updated.

Last update: 2025-10-10 15:12:28 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