I am pretty sure the cgi is loaded via ModPerl::Registry because when I step into the Debugger, the Apache::ROOT::cgi_bin2blogin::handler is being displayed, it seems to include as a single line { $0 = /usr/local/www/cgi-bin/login } within the handler. except when I using 's' to step into the code, the source is not shown. I don't think this is a problem with mp1.
-----Original Message----- >From: Frank Wiles <[EMAIL PROTECTED]> >Sent: Feb 6, 2007 6:54 AM >To: c chan <[EMAIL PROTECTED]> >Cc: modperl@perl.apache.org >Subject: Re: can't step through CGI source code > >On Tue, 6 Feb 2007 02:05:03 -0500 (EST) >c chan <[EMAIL PROTECTED]> wrote: > >> I installed Apache::DB with mod_perl 2 on Apache 2.0, but Apache::DB >> doesn't show any CGI source code even I tried to single step into the >> CGI. Have anyone seen this and have a workaround for this? > > Are you sure your CGI is running under mod_perl? I.e. is $ENV > {MOD_PERL} set? > > This is usually the cause of that problem. > > --------------------------------- > Frank Wiles <[EMAIL PROTECTED]> > http://www.wiles.org > --------------------------------- >