Debug Pylons application through Eclipse

后端 未结 7 1957
[愿得一人]
[愿得一人] 2020-12-24 09:22

I have Eclipse setup with PyDev and love being able to debug my scripts/apps. I\'ve just started playing around with Pylons and was wondering if there is a way to start up

7条回答
  •  执笔经年
    2020-12-24 10:04

    yanjost has it right, just wanted to add that you need to make sure you do not use the --reload option, this will prevent the debugger from properly attaching itself and cause your breakpoints not to work. Just a little thing I ran in to.

提交回复
热议问题