On Mon, 6 Feb 2006 22:25:34 +0800 Ken Perl <[EMAIL PROTECTED]> wrote:
> Hi, > I configured Apache::DB in my modperl2 and got a notice message in > apache2 startup error.log, > [notice] Apache::DB initialized in child 1123 > > I think I have setuped it successfully. > And I also see the debugger welcome message, > Loading DB routines from perl5db.pl version 1.28 > Editor support available. > > Enter h or `h h' for help, or `man perldebug' for more help. > > But I don't know to interactive with modperl to debug my program, I > can only see DB<1> prompt symbol in the log file. That means you're *in* the interactive debugger. You can hit 'h' for help or read 'man perldebug' for more information on how to debug your program. --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------