[
http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12356692
]
Boyan Boyadjiev commented on MODPYTHON-77:
--
Server: Apache/2.0.54 (Win32) mod_python/3.2.0-dev-20050901 Python/2.3.5
Tested gilstate.tar.gz with mod_python.c.diff
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
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?
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
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
[
http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12356739
]
Graham Dumpleton commented on MODPYTHON-77:
---
There are now so many different suggestions on this that it is all too
confusing.
In respect of latest suggested cha