On May 16, 9:07 am, Joshua Russo <[email protected]> wrote: > Does anyone know what the constraints > are to using the break command within pdb?
Autoreload spawns a new python interpreter. Nothing survives. So don't use autoreload. Another caveat: if you try to set a breakpoint and pdb can't find the file, it's probably because you are relying on django to tinker with sys.path, and that just hasn't happened yet. sdc --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

