Browse Source

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/
pull/232/head
Ron DuPlain 14 years ago
parent
commit
8b974eb355
  1. 5
      docs/quickstart.rst

5
docs/quickstart.rst

@ -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
-------

Loading…
Cancel
Save