libcatalyst-plugin-stacktrace-perl

Catalyst plugin for displaying a stack trace on the debug screen
  https://metacpan.org/release/Catalyst-Plugin-StackTrace
  0
  no reviews



Catalyst::plugin::stacktrace will enhance the standard catalyst debug screen by including a stack trace of your appliation up to the point where the error occurred. each stack frame is displayed along with the package name, line number, file name, and code context surrounding the line number.

this plugin is only active in -debug mode by default, but can be enabled by setting the enable config option.

catalyst is an elegant model-view-controller web application framework written in perl.