Thanks Karen,

yes, I use --noreload to run manage.py inside Eclipse. I can trace as
long as the code that is executed is from manage.py. If I use the
browser to execute views, then no breakpoints are stopped at...

On 27 oct, 18:57, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> 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 django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to