works for me. you need to use runserver --noreload in your run command
within eclipse. Look here for more info:
http://pydev.blogspot.com/2006/09/configuring-pydev-to-work-with-django.html
On Wed, 2007-08-29 at 11:16 +, Rufman wrote:
> hey guys
>
> does anyone have an idea how i can set bre
You'll need to run the development server using the debug button from
within Eclipse, like you're probably already doing. Be sure to add
the --noreload parameter to your manage.py runserver. command.
Bob
--~--~-~--~~~---~--~~
You received this message because yo
On 8/29/07, Rufman <[EMAIL PROTECTED]> wrote:
> does anyone have an idea how i can set breakpoint while debugging in
> pydev. i got the dev server to work from inside eclipse but breakpoint
> don't seem to work.
You need to configure and run dev server first (F9), then break its
execution using
3 matches
Mail list logo