Skip to content

How can I manually call Debugger::getBar()->render() in v2.9? #523

@adrianbj

Description

@adrianbj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions