(strangely my previous post seems to have disappeared so here we go again)
I can't seem to get pdb to stop at my break points for a page request. I start it like so: (from the directory containing manage.py) python -m pdb manage.py runserver The debugger starts up properly, paused on the first line. I set my two break points and they seem to save properly. I let the debugger continue through opening the test server, but when I request my page it's not stopping at my break points. I know it should because I have the same setup in NetBeans and the break points are hit. I'm trying to avoid using NB though because I'm on a PIII 350 w/ 256 Megs of ram. I think the lack of horse power is exacerbating some bugs in the Python plug-in. I saw some other posts about people using pdb so I'm assuming that there is some way to get it to work. What am I doing wrong? Thanks Josh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

