durusmail: quixote-users: debugging quixote applications
debugging quixote applications
2004-09-20
2004-09-20
Re: debugging quixote applications
2004-09-21
2004-09-21
Quixote Application Skeleton? Best Practices?
Newbie Question - Quixote w/ Medusa - pythonpath issue?
2004-09-21
2004-09-21
debugging quixote applications
Haim Ashkenazi
2004-09-20
Hi

I'm a quixote newbie (actually I only work with python for a few
months), and I was wondering how can I debug quixote apps. I'm talking
about really debugging (to search for logical errors), not just
redirecting output to files, tracing exceptions, or adding 'print'
commands.

I can successfully debug apps when using wingIDE's remote debugger, but I
don't like this IDE and it's not cheap.

I tried to use mod_python+pdb but it just hangs, when reaching the last
command of the mod_python_handler - it doesn't even display the first page
of the demo (it runs OK, if I comment out the pdb directive).

I also found a script to debug quixote using scgi, but it's for version
0.5.

any ideas?

Bye
--
Haim



reply