in reply to Help running HTTP::Server::Simple server under the debugger?

I'm a logger rather than a debugger, so to speak.

I'd recommend putting in Log::Log4perl, using that to debug, and leaving it there for your eventual users. There are several modules that are "log4perl-enabled", where the end user can, if desired, turn on logging by initializing log4perl in their application.

A couple examples of "log4perl-enabled" modules are Sysadmin::Install and RRDTool::OO. Crib!

non-Perl: Andy Ford

  • Comment on Re: Help running HTTP::Server::Simple server under the debugger?

Replies are listed 'Best First'.
Re^2: Help running HTTP::Server::Simple server under the debugger?
by hartzell (Sexton) on Feb 25, 2007 at 00:15 UTC
    Yeah, sometimes printf style debugging is a good way to go.

    I still believe that debuggers have their place though, which is why I use them and why I asked the question. g.