Note to use debug=False for third-party debuggers.

As requested on mailing list.
http://flask.pocoo.org/mailinglist/archive/2011/5/12/using-eclipse%2Bpydev-for-debugging-flask-apps/
This commit is contained in:
Ron DuPlain 2011-05-12 12:54:56 -04:00
parent 19dfe5f631
commit 8b974eb355

View file

@ -113,6 +113,11 @@ Screenshot of the debugger in action:
:class: screenshot
:alt: screenshot of debugger in action
.. admonition:: Working With Other Debuggers
Some third-party debuggers, e.g. PyDev and IntelliJ, are interrupted when
``app`` reloads. To use these debuggers, set ``app.debug = False``.
Routing
-------