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 +0800, Ken Perl wrote: > > Normaly, ctrl +c works for a simple modperl program, I am trying to > > debug a more complex modperl program. > > I don't see how that would a make difference. You're just trying to > send a signal to the httpd process by hitting Ctrl-C. > > > I'd like to provide all info you need, maybe I need some guide on what's > > needed. > > Your previous message said that it didn't work, but didn't say what > would have happened if it did work, or what it actually did. The > information you gave here is better. > > > When I request the home page, I get the prompt of the debugger > > That's good. > > > then I > > input command 'r' to let debugger return from the contentHandler(), > > and input many other 'r' to return too, I just want to see if I can > > see the home page under debugging mode, but I can't > > Your browser never gets anything back? Try using telnet or lwp-get to > test it, so you can see if anything gets sent back. You don't need to > test the images. > > > only lots of > > IO::Handle::DESTROY, and finally, hang there, > > I can't input any more debugger command, kill the apache2 process is > > the only thing left could be done. > > And on the browser side, I see from the status bar it is still waiting > > to dowload the .gif images, however, if trun the debugging mode off, > > home page can be displayed smoothly. > > What happens if you run the server with -X but don't add the debugger? > Can you get the page then? > > - Perrin > > -- perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"[EMAIL PROTECTED] ")'