Thursday, April 28, 2011

Eclipse/PyDev + Django debug

Eclipse/PyDev, Python 2.6, Django 1.1

All is working in run mode. If I put debug point inside manage.py file, breakpoint worked. But when I putted it in any action method, it causes nothing :(

From stackoverflow
  • Usually the problem is that you're running with auto-reload in django, in which case a different process is actually feeding the pages, so, you need to run it with the no reload option or use the remote debugger.

0 comments:

Post a Comment