4.3.5 Debugging
Mod_python supports the ability to execute handlers within the Python
debugger (pdb) via the PythonEnablePdb Apache directive. Since
the debugger is an interactive tool, httpd must be invoked with the -X
option. (NB: When pdb starts, you will not see the usual »>
prompt. Just type in the pdb commands like you would if there was
one.)
|
What is this????
|