Debugging Apache::ASP

2000-12-06 Thread Differentiated Software Solutions Pvt. Ltd.,
Hi, We've been using Apache::ASP over the past one month. We are having problems debugging an ASP program. We have set the debug level to 3 but still. At debug level 3, the line in which the error occurs is displayed. But if we have multiple statements withing % and % tags then, the error

Re: Debugging Apache::ASP

2000-12-06 Thread G.W. Haywood
Hi there, On Wed, 6 Dec 2000, Differentiated Software Solutions Pvt. Ltd., wrote: We are having problems debugging an ASP program. [snip] How do others tackle this ?? % do_something(); % % print STDERR $omething; % % do_something_else(); % % print STDERR $omething_else; % How do people

Re: Debugging Apache::ASP

2000-12-06 Thread Stas Bekman
On Wed, 6 Dec 2000, Differentiated Software Solutions Pvt. Ltd., wrote: Hi, We've been using Apache::ASP over the past one month. We are having problems debugging an ASP program. We have set the debug level to 3 but still. At debug level 3, the line in which the error occurs is

Re: Debugging Apache::ASP

2000-12-06 Thread Joshua Chamas
"Differentiated Software Solutions Pvt. Ltd.," wrote: Hi, We've been using Apache::ASP over the past one month. We are having problems debugging an ASP program. We have set the debug level to 3 but still. At debug level 3, the line in which the error occurs is displayed. But if we