This plugin is outdated and might not be supported anymore
kb_debug.php

kb_debug.php

Details
View on WordPress
  • 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).

Features

  • Logs and displays all warnings, errors, etc. alongwith their context.
  • Logs and displays all hooks alongwith the argument(s) each hook is called with and the functions that run on that particular hook (in order).

Details

Plugin code:
kb-debug
Plugin version:
0.2.4
Outdated:
Yes
WP version:
3.0 or higher
PHP version:
or higher
Test up to WP version:
3.2.1
Total installations:
0
Last updated:
2011-05-27
Rating:
Times rated:
0
debugging