Monday, October 20, 2014

Re: Debugging local Django app outside server root

Update:

The django app and the django server are both using the same Python interpreter.

If I try to set a breakpoint in the app, the breakpoint does not exist warning actually is a local file but is in the remote_sources cache:

Connected to pydev debugger (build 135.1057)
pydev
debugger: warning: trying to add breakpoint to file that does not exist: /Users/.../Library/Caches/PyCharm30/remote_sources/-1170959507/django-app/example.py (will have no effect)

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/91775e9d-09db-4e57-9b44-4d6da984f844%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment