How do I debug properly using Eclipse and Pydev?

后端 未结 4 1510
攒了一身酷
攒了一身酷 2021-02-13 15:23

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

4条回答
  •  生来不讨喜
    2021-02-13 15:39

    --noreload option is crucial, otherwise server will fork and your breakpoint won't trigger.

提交回复
热议问题