=== Plugin Name === Contributors: ysalame Donate link: http://www.phimind.com/ Tags: debug, debugger Requires at least: 3.3 Tested up to: 3.3 Stable tag: 0.3 WpDebugger lists multiple variables responsible for the execution of each page along with database queries. == Description == WpDebugger lists multiple variables responsible for the execution of each page along with database queries. == Installation == 1. Upload the contents of the plugin to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. In the Admin section a new Menu will be present named PhiMind. On the Sub-Menu Debugger you need to turn the plugin on and select all options you wish to use. == Frequently Asked Questions == = How to monitor multiple database connections? = Under the Database option you have another option to analize another connections. Check this box and input the name of the variable used to make the queries. Input multiple connections with commas. Take notice that only connections made by instancing the wpdb class will be monitored. == Screenshots == 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif) 2. This is the second screen shot == Changelog == = 0.1 = * First release