wp-dBug

0

This plugin is basically a wrapper for the excellent dBug (http://dbug.ospinto.com) class for PHP debugging, written by Kwaku Otchere.. Instead of var_dump or echo, you can call wp_dbug

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

Description

This plugin is basically a wrapper for the excellent dBug (http://dbug.ospinto.com) class for PHP debugging, written by Kwaku Otchere..

Instead of var_dump or echo, you can call wp_dbug( $variable ) to get clear, dynamic debug output of strings, arrays, or objects.

Thanks to @borkweb, the plugin is now compatible with the WP Debug Bar plugin (https://wordpress.org/extend/plugins/debug-bar/) for extra debugging goodness!