Graham Dumpleton wrote ..
> Grisha wrote ..
> >
> > On Thu, 3 Nov 2005, Graham Dumpleton wrote:
> >
> > > With the thought of mod_python perhaps ignoring the PythonEnabledPdb
> > > option when not run in single process mode, is there a way using the
> > > apache.mpm_query() function or some other
Grisha wrote ..
>
> On Thu, 3 Nov 2005, Graham Dumpleton wrote:
>
> > With the thought of mod_python perhaps ignoring the PythonEnabledPdb
> > option when not run in single process mode, is there a way using the
> > apache.mpm_query() function or some other function of determining that
> > Apache
On Thu, 3 Nov 2005, Graham Dumpleton wrote:
With the thought of mod_python perhaps ignoring the PythonEnabledPdb
option when not run in single process mode, is there a way using the
apache.mpm_query() function or some other function of determining that
Apache is running in single process mode?
The documentation for the Python debugger support in mod_python states:
Because pdb is an interactive tool, start httpd from the command line
with the -DONE_PROCESS option when using this directive. As soon as
your
handler code is entered, you will see a Pdb prompt allowing you to
step