Version: 2.9.0
Hi @dg - this isn't really a bug, but I have relied on:
if(ob_get_level() == 0) ob_start();
Debugger::getBar()->render();
Debugger::$showBar = false;
as per your recommendation here: #214 (comment)
Of course now render()
requires the $defer
argument.
Any thoughts on how I might be able to handle this need in 2.9?
Thanks.