Skip to content

Instantly share code, notes, and snippets.

@sukria
Created July 13, 2010 16:08
Show Gist options
  • Save sukria/474104 to your computer and use it in GitHub Desktop.
Save sukria/474104 to your computer and use it in GitHub Desktop.
# install Plack::Middleware::Debug and Dancer::Debug
# environments/development.yml
plack_middlewares:
Debug:
- panels
-
- Memory
- Dancer::Session
# run your app with plackup foo.pl
# Enjoy the debug panels ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment