I assume you are using the development server to test -- have you included --noreload among the arguments to runserver when you run under Eclipse/PyDev? That's what you need in order for breakpoints to work.
Karen On 10/27/07, Divan Roulant <[EMAIL PROTECTED]> wrote: > > > Hello, > > I would like to debug a view and even though I set breakpoints in it, > the debugger doesn't stop on them when the execution is required by > the Web browser. I'm using Eclipse with PyDev and everything seems > configured appropriately. > > Since I'm pretty new to Web dev, maybe there's something I don't get > that makes it impossible. Is it the case? If not, how may I debug a > view? > > Thanks a lot! > > Divan > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

