Hello Greg, On Fri, Mar 09, 2007 at 05:53:44PM -0600, Greg Donald wrote: > I found http://docs.python.org/lib/module-pdb.html but I'm wanting > something where I can gain console access into the execution stack > directly.
What do you mean by "access into the execution stack directly"? With "PythonEnablePdb On", you get the pdb prompt just before the django handler is called. After that you can step, set breakpoints, etc. With kind regards, -- Baurzhan Ismagulov http://www.kz-easy.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

