On May 16, 9:07 am, Joshua Russo <joshua.rupp...@gmail.com> 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 django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---