ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging web-based Perl


From: Moody Ahmad
Subject: Re: Debugging web-based Perl
Date: Fri, 01 Dec 2000 08:24:13 -0600

Doug,
    If you are talking about cgi scripts, here is what I do:
Set environment variables
REQUEST_METHOD=GET and QUERY_STRING="whatever you need"
and then execute the cgi script with ddd script.cgi.
The script picks up the method and input from the environment
variables and can be debugged very nicely with ddd.
Moody
-------------ORIGINAL MESSAGE-----------
While ddd -perl works for most perl programs, if Perl is part of a web-based 
program, ddd doesn't
work.  (Apparently can't find a main or executable.)
How can one use ddd to debug a web-based Perl program?

> Doug Lobeck
> Associate Software Engineer, ASAS Block II
> Lockheed Martin Mission Systems
> (303) 977-0827
> address@hidden
>
Push yourself to places you've never been,
to achieve heights you've never attained.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]