Re: Django 1 debugging in pydev with breakpoints

2007-08-29 Thread Lee Connell

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 breakpoint while debugging in
> pydev. i got the dev server to work from inside eclipse but breakpoint
> don't seem to work.
> 
> 
> stephane
> 
> 
> > 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Django 1 debugging in pydev with breakpoints

2007-08-29 Thread Bob T.

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 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
-~--~~~~--~~--~--~---



Re: Django 1 debugging in pydev with breakpoints

2007-08-29 Thread Peter Melvyn

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 red box in Console window. Now you can issue command
'Debug last launched' (F11).

see http://www.fabioz.com/pydev/manual_101_run.html

HTH, Peter

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---