Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks
I want to know what is the simplest way to debug an HTTP::Server::Simple::PSGI application
When I used CGI instead of PSGI I debugged my application with
use CGI::Carp 'fatalsToBrowser'
But now it's PSGI, CGI::Carp doesn't work and when I have errors, It just prints Internal server error on browser screen and nothing to STDOUT.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to debug HTTP::Server::Simple::PSGI
by Anonymous Monk on May 02, 2015 at 08:49 UTC |