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
--noreload option is crucial, otherwise server will fork and your breakpoint won't trigger.
--noreload