[wingide-users] mod_python
Wing IDE Support
support at wingware.com
Fri Jan 14 10:52:21 EST 2005
Lee Connell wrote:
> Also for debugging mod_python in wing, i looked at the howto, do you
> have to add the debug line to EVERY function that is called?
>
> Can it be possible to only have to call it once per module?????
You may be able to initiate the debug session on the first page of an
application if all subsequent pages will be handled by the same Python
interpreter. You'll probably also want to ensure only one user is
making requests of the server.
Cheers,
John
More information about the wingide-users
mailing list