Linux 软件免费装
Banner图

wp-dBug

开发者 vhauri
borkweb
更新时间 2013年1月19日 08:25
捐献地址: 去捐款
PHP版本: 2.7 及以上
WordPress版本: 3.0

标签

debug debugger var_dump dbug

下载

0.1

详情介绍:

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.

安装:

  1. Download the plugin and unzip it into wp-content/plugins.
  2. Activate the plugin by going to Plugins and choosing Activate.
  3. Use for debug output anywhere within WordPress by calling wp_dbug( $variable ).