Can't run Flask debug mode on Google App Engine
问题 I'm running Flask 0.9 / Werkzeug 0.8.3 on Google App Engine with Python 2.7, and I desperately want Werkzeug debugger running. After trying to use werkzeug_appengine_debugger I have the following exception in console: File "/path/to/application/main.py", line 14, in <module> @app.route('/') AttributeError: 'DebuggedApplication' object has no attribute 'route' It can be not only 'route', but whatever attribute Flask application can have. My file tree looks like this, borrowed from flask