Monday 15 June 2015

eclipse - How to debug Flask with PyDev? -


If I want to run my flask app with Pydeev, and I set breakpoints the debugger is not closed.

Another feature is that accepting as a process will not stop the eclipse process when I restart the app, the port is already in use, because another example is running.

This is when

  debug = true    

The problem is that the debug = true set use_reloader = true unless you explicitly set it incorrectly, use it to use_reloador Wrong to set:

  use_reloader = false   

But I'm surprised that there is a way to reload ....

No comments:

Post a Comment