Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Do not catch exceptions; support for DEBUG #15

Closed
rduplain opened this issue Feb 29, 2012 · 1 comment
Closed

Do not catch exceptions; support for DEBUG #15

rduplain opened this issue Feb 29, 2012 · 1 comment

Comments

@rduplain
Copy link
Collaborator

Problem:: Using an python debugger (e.g. IDE) exceptions should not be cached by the flask/werkzeug framework.

Situation:: //use_debugger// and //use_reloader// are not enought to disable PON'T PANIC support in werkzeug

Solution:: Use the //DEBUG=True// configuration parameter to advice flask-script to disable all exceptions handlers in flask and werkzeug. See the attached patch.


@rduplain
Copy link
Collaborator Author


Original Comment By:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants