document updated 13 years ago, on May 27, 2011
- How do I automatically reload my application so that my changes are picked up?
- How do I make debuging information visible within the browser?
- include this utility function:
# make Dumper output be HTML-encoded
use Data::Dumper qw[];
sub Dumper {"<pre>".Dancer::Error::_html_encode join"",Data::Dumper::Dumper(@_)."</pre>"}
- Debug panels
- How do I make debuging information visible from the backend?