I have the same problem, breakpoint is not working when you set it
inside eclipse and call the urls from the browser.  This is how I have
my setup:

c:c:\my_web_projects\mysite <- this  folder contains the stuff like
manage.py, settings, apps folder for each apps

My breakpoint and watching variable is not working.  Autocomplete for
django and mysite are working.  I am using PyDev and PyDev Extension
Trial version with Eclipse.  I added django to my eclipse python path.


I import my models like this:
from mysite.myapp.models import Model

And my OS system path for the project is:
c:\my_web_projects

Inside Eclipse :
Window menu > Preferences...
Pydev > Interpreter - Python
System PYTHONPATH > New Folder
Folder : c:\my_web_projects

Also, I run manage.py inside eclipse with the following program
arguments: runserver 8000 --noreload.

How can I get the breakpoint, watch variable to work in eclipse
debugger?


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