I have got Pydev configured properly so it runs my app, however when I want to inspect/trace my code by setting up breakpoints the debugger does not kick in (can\'t trace). Does
Ok I think I found what my problem was. I had to set the breakpoint on the def statement in views.py instead of the statements after it.