BlackBox Debug Bar

0

BlackBox is symfony like unobstrusive debug bar attached to the top of the browser window. How can it help you with development: 1. instantly inspect global variables (GET, POST, COOKIE

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

BlackBox is symfony like unobstrusive debug bar attached to the top of the browser window.

How can it help you with development:
1. instantly inspect global variables (GET, POST, COOKIE, SERVER)
2. debug both frontend and admin area
3. executed MySQL queries and time it took to execute each query (useful for finding slow queries)
4. profiler for measuring performance of your plugins and themes
5. errors occurred when loading WordPress page