Skip to content

Commit 8b974eb

Browse files
committed
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/
1 parent 19dfe5f commit 8b974eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/quickstart.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ Screenshot of the debugger in action:
113113
:class: screenshot
114114
:alt: screenshot of debugger in action
115115

116+
.. admonition:: Working With Other Debuggers
117+
118+
Some third-party debuggers, e.g. PyDev and IntelliJ, are interrupted when
119+
``app`` reloads. To use these debuggers, set ``app.debug = False``.
120+
116121

117122
Routing
118123
-------

0 commit comments

Comments
 (0)