[Pydev-code] Remote debug breakpoints no longer working with Django 1.4
Brought to you by:
fabioz
From: Andornaut <and...@gm...> - 2012-03-29 21:47:18
|
It appears that pydevd.patch_django_autoreload() may no longer work with Django 1.4. Breakpoints were working in my environment using the remote debugger with Django 1.3., but that is no longer the case now that I've upgraded to Django 1.4. Note that it works fine if the --noreload option is specified in the Run Configuration, but not if it is omitted. Thanks. |