in reply to Re^3: modperl debugger
in thread modperl debugger

Great info, I am able to see the debugger showing the lines executed as I load a page. However, once I am done loading a page, the httpd process exit and I will have to restart the httpd again if I want to access another page. I know in the perl code, there are various places with "exit" Is this the reason combining with running httpd in single process mode cause this?