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