Adding additional data to debug output pages?

Jake B.

Well-known member
Is it possible to add additional data to debug output pages? If so, what does it use to display this data? I've looked but can't find anything.
 
It's the XenForo_Debug class but I don't think it's instantiated in such a way that would make it possible to extend it.

That said, there may be a really ugly way to do it by extending XenForo_FrontController::renderDebugOutput()
 
Top Bottom