Skip to main content

Shows reflection/configuration to aid the development of Flask applications.

Project description

Flask-Debug is an extension for Flask that displays various debugging insights during development.

from flask import Flask
from flask_debug import Debug

app = Flask(__name__)
Debug(app)
app.run(debug=True)

It can be manually added but also (using Flask-Appconfig) be automatically instantiated only during development and invisible in production.

Opening http://localhost:5000/_debug will show some information about the application, such as a list of registered views, url maps or configuration values.

See the documentation for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Debug-0.4.2.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file Flask-Debug-0.4.2.tar.gz.

File metadata

  • Download URL: Flask-Debug-0.4.2.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Flask-Debug-0.4.2.tar.gz
Algorithm Hash digest
SHA256 d47fb01645a608a2b3a27c5d04ebfa09c85dabe0dfe6ead87f3b79d9a2a809cf
MD5 6e8642195c5d55d7173fe330d4a4ddd9
BLAKE2b-256 a047c7dc60b76717087f1a84a553abf0465872e9b533870c02c214cbb77350ee

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page