Are There Some Interactive Debugging Tools And Services Available?
Answer»
Several CGI programming libraries offer powerful INTERACTIVE debugging FACILITIES. These include:
- for Perl, Lincoln Stein's CGI.pm (now part of the standard Perl DISTRIBUTION) - for Tcl, Don Libes' cgi.tcl http://expect.nist.gov/cgi.tcl - for C++, Nick KEW's CGI++ http://www.wisdomjobs.com/cgiplusplus/
Nathan Neulinger's cgiwrap is another package with debugging aids.
The "mod_cgi" Apache module (NEW with Apache 1.2) enables you to capture script output and errors for diagnosis.