kb_debug.php

Debug your plugins and themes.

Author:Kunal Bhalla. (profile at wordpress.org)
WordPress version required:WordPress
WordPress version tested:3.2.1
Plugin version:0.2.4
Added to WordPress repository:26-05-2011
Last updated:27-05-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://github.com/kunalb/kb_debug
Total downloads:993
plugin download
Click to start download
  • Call kb_debug with any arguments that you want to log and they will be pretty printed at the end of the document.
  • To log and show a list of all warnings, errors and notices generated by your plugin, add ?KB_Debug_Errors to your URL.
  • To see a list of all hooks in the order they fire as well as what arguments they are called with and what functions run on them (again, in which order), add a ?KB_Debug_Hooks to the URL.

To see both just add ?KB_Debug_Errors&KB_Debug_Hooks. (Essentially $_GET[var] must be set to enable that feature).


Screenshots
FAQ
ChangeLog