hello, I'm looking if I can embed debugging in Web2Py_CC, but I've a few questions before I start my attempts.
1. What is the allowed / preferred debugger, pdb or winpdb ? 2. A run some tests in a debugger (winpdb) and saw that exceptions are caught always in web2py (which might be a very logical choice). Is it possible to let the exceptions be handled by an external debugger ? 3. Is it possible to redirect the output so print statements can be seen ? (btw where are print statements going now ?) thanks, Stef Mientki

