Activate the debug toolbar; usually called via config.include('pyramid_debugtoolbar') instead of being invoked directly.
Pyramid tween factory for the debug toolbar
Panel that displays the SQL generated by SQLAlchemy plus the time each SQL statement took in milliseconds.
Panel that displays the Python version, the Pyramid version, and the versions of other software on your PYTHONPATH.
A panel to display Pyramid deployment settings for your application (the values in registry.settings).
A panel to display the routes used by your Pyramid application.
A panel to display request variables (POST/GET, session, cookies, and ad-hoc request attributes).
Panel that displays the renderers (templates and ‘static’ renderers such as JSON) used during a request.
Panel that looks at the performance of a request.
It will display the time a request took and, optionally, the cProfile output.
A panel to display HTTP request and response headers.