flask-debugtoolbar icon indicating copy to clipboard operation
flask-debugtoolbar copied to clipboard

Document 3rd party extensions

Open mgood opened this issue 11 years ago • 3 comments

There should be documentation on known 3rd party extensions, along with guidelines on contributing new ones. Docs should cover how to contribute new panels to the list, as well as some information on how to write a new panel.

There are a couple existing 3rd party add-on panels like: https://pypi.python.org/pypi/Flask-DebugToolbar-Mongo https://pypi.python.org/pypi/Flask-DebugToolbar-LineProfilerPanel

mgood avatar Apr 17 '13 20:04 mgood

If some of the 'standards' are always included, DEBUG_TB_PANELS should still include the defaults and the list is for additional panels.

jaredvacanti avatar Jan 24 '15 00:01 jaredvacanti

If anyone is interested, I've created Flask-Debug-API allows browsing and debugging AJAX endpoints

kevinbeaty avatar Aug 07 '15 22:08 kevinbeaty

I wanted to see flamegraph visualization for the requests so I ported djdt-flamegraph: https://pypi.python.org/pypi/flask-debugtoolbar-flamegraph

quantus avatar Oct 25 '17 09:10 quantus