1.

Are There Some Interactive Debugging Tools And Services Available?

Answer»
  1. 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/

  2. Nathan Neulinger's cgiwrap is another package with debugging aids.
  3. The "mod_cgi" Apache module (NEW with Apache 1.2) enables you to capture script output and errors for diagnosis.



Discussion

No Comment Found