=== AskApache Debug Viewer === Contributors: askapache Donate link: http://www.askapache.com/donate/ Tags: debug, debugging, error, errors, problems, support, admin, programmer, developer, plugin, development, information, stats, logs, queries, htaccess, password, error, support, askapache Requires at least: 3.0 Tested up to: 3.4-alpha-20244 Stable tag: 2.3.1 This advanced debugging plugin is custom-made for WordPress Developers, Plugin Developers, or anyone wanting to see under the hood of their website and diagnose problems such as with the AskApache PassPro Plugin. == Description == This advanced debugging plugin is custom-made for WordPress Developers, Plugin Developers, or anyone wanting to see under the hood of their website and diagnose problems such as with the AskApache PassPro Plugin. A standalone plugin, you set which debug output settings you want, and whether to turn it on or off. Then every page in your administration panel will include the debug output in the footer using the 'admin_footer' action. Or you can also output in the wp_footer. Additionally, it has the capability of live-debugging, which changes your php.ini error settings on-the-fly for live debugging. These are the debugging modules, each can be set to basic or verbose. * Information about Owner/User/File permissions * Function Information * Extensions Loaded by PHP * Files included by php * Information about Loaded Classes * Your PHP.ini settings * Information from phpinfo * Defined Constants and variables * Global Server/Request Information * WordPress RewriteRules * Database Queries * File Permissions * Posix Info * Socket/Stream Debugging 1. http://www.askapache.com/ 2. http://www.php.net/ == Installation == This section describes how to install the plugin and get it working. 1. Extract zip to wp-content/plugins 2. Activate the Plugin 3. Setup plugin options == Frequently Asked Questions == If you have a question about .htaccess, see: [.htaccess Tutorial](http://www.askapache.com/htaccess/htaccess.html "AskApache .htaccess File Tutorial") == Other Notes == The live debugging feature is for users advanced enough to look at the code and make know what its for.