The FAQ "How can I debug Django applications?" doesn't work for me.
I have followed all steps.
My Django application launches well. I get the Django server output in my PyScripter Python console. I can browse my app.
But my breakpoints are ignored.
The first lines of output are these:
*** Remote Interpreter Reinitialized ***
>>>
[Dbg]>>>
Command Line : runserver --noreload
Validating models...
Does the above FAQ work for anybody?
PyScripter 2.5.3.0 x86
Python 2.7.3
Django 1.4.1