The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dancer2::Plugin::Debugger - main debugger plugin for Dancer2 for Plack::Debugger

VERSION

0.008

CONFIGURATION

    plugins:
        Debugger:
            enabled: 1

enabled

Whether plugin is enabled. Defaults to false.

METHODS

BUILD

Load all Dancer2::Plugin::Debugger::Panel::* classes if "enabled" is true.