forked from orbit-oss/flask
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:
parent
19dfe5f631
commit
8b974eb355
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue