Has anyone managed to set up a Flask project in WingIDE so you can run a breakpoint and use trial debugging on incoming requests?
If you disable Flask debugging, it should allow WingIDE debugging. This works for Eclipse; Unfortunately, I have no experience with WingIDE. It is at least worth it.
if __name__ == '__main__': app.debug = False app.run()