Re: debugger command always return IO::Handle::DESTROY

2006-02-13 Thread Ken Perl
Yes, my browser gets most of the home page back if I input lots of 'r', except some images are still waiting for downloading. If starting server with -X only the page could be retrieved complete successfully. On 2/14/06, Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Mon, 2006-02-13 at 14:27 +080

Re: debugger command always return IO::Handle::DESTROY

2006-02-12 Thread Ken Perl
Normaly, ctrl +c works for a simple modperl program, I am trying to debug a more complex modperl program. I'd like to provide all info you need, maybe I need some guide on what's needed. What I want to do is stepping into the modperl2 WebGUI program(https://svn.webgui.org/svnroot/WebGUI/ and fix

Re: debugger command always return IO::Handle::DESTROY

2006-02-12 Thread Perrin Harkins
Ken Perl wrote: I tried to stop apache by issuing apache2ctl -k stop in another terminal, the command exit without any output, but the debugger is still hung there. I have to send signal KILL to the process. That will work, but the usual way to stop is to hit Ctrl-C in the debugger terminal.

Re: debugger command always return IO::Handle::DESTROY

2006-02-12 Thread Ken Perl
I tried to stop apache by issuing apache2ctl -k stop in another terminal, the command exit without any output, but the debugger is still hung there. I have to send signal KILL to the process. On 2/12/06, Frank Wiles <[EMAIL PROTECTED]> wrote: > On Sun, 12 Feb 2006 18:55:13 +0800 > Ken Perl <[EMAIL

Re: debugger command always return IO::Handle::DESTROY

2006-02-12 Thread Ken Perl
And I also can't quit Apache::DB by entering many 'q' commands, DB<5> q IO::Handle::DESTROY(/usr/lib/perl/5.8/IO/Handle.pm:75): 75: sub DESTROY {} DB<5> q IO::Handle::DESTROY(/usr/lib/perl/5.8/IO/Handle.pm:75): 75: sub DESTROY {} DB<5> q IO::Handle::DESTROY(/usr/lib/perl/5.8/IO/Handle