From 6b81ec9fa421471d3df6129676a82114cfd689e6 Mon Sep 17 00:00:00 2001 From: "Stefan Hornburg (Racke)" Date: Sun, 7 Aug 2016 12:04:30 +0200 Subject: [PATCH] Enable Dancer2::Plugin::Debugger panels by default in the sample development configuration file. --- environments/development.yml.orig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environments/development.yml.orig b/environments/development.yml.orig index 8dcdf6c..73fc99b 100644 --- a/environments/development.yml.orig +++ b/environments/development.yml.orig @@ -17,3 +17,6 @@ warnings: 1 # Should Dancer show a stacktrace when an error is caught? show_errors: 1 +plugins: + Debugger: + enabled: 1