Title: wp pear debug
Author: silasco
Published: <strong>25 ກໍລະກົດ 2008</strong>
Last modified: 5 ທັນວາ 2015

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/wp-pear-debug.svg)

# wp pear debug

 ໂດຍ [silasco](https://profiles.wordpress.org/silasco/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/wp-pear-debug.1.5.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/wp-pear-debug/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/wp-pear-debug/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/wp-pear-debug/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/wp-pear-debug/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/wp-pear-debug/)

## ຄຳອະທິບາຍ

This plugin incorporates the pear php_debug library into wordpress.

I started creating a new website around wordpress and noticed that there was no 
way to quickly access debug information so I integrated this class
 into wordpress
for quick easy debugging when developing or experiencing problems on your wordpress
website.

Please feel free to ping me on twitter if you have a question.

 * Features

This plugin unlike most operates from within a class.
 There are several options
which can be set in the admin section

 1.  Debug Status: Overall
      this option allows you to enable and disable debugging 
     entirely
 2.  Display Debugging for: Guests
      This option allows you to enable debugging when
     no user is logged in
 3.  The rest are a list of roles found in the sytem, eg. editor, contributor, administrator
     
     For each you have the following options: Admin & Front End, Admin Only, Front 
     End Only, Disable
 4.  The plugin shows queries that were run by wordpress
      Please note that some queries
     run before the plugin is initialized. to ensure most if not all queries get recorded
     see step 4 in installation section. v1.4.1 shows not only the query but the time
     taken by the query and the function which called the query.
 5.  You can easly add debug information to the debugger by making use of several functions
 6.      ```
         <?php 
             //For advanced use. 
             //Direct access to instance of debugger
             $oDebug = wp_pear_debug::get();     
             $oDebug->add($variable); //add variable to debug
             $oDebug->dump($object,$varname); //var_dump an array or object. $varname optional
             $oDebug->queryRel($info); //add query related info
             $oDebug->error($info); //add user error
             //more options available in the pear::php_debug documentation
     
             //With v1.2 you have access to several wrapper functions
             //Enough for most people
                     wp_pear_debug::add();
                     wp_pear_debug::dump();
                     wp_pear_debug::error();
             //if you run this query with wpdb
             //It will probably appear anyways.
                     wp_pear_debug::query();
     
     
          ?>
         ```
     
 7.  Debug information appears in a neat panel controlled by javascript. The options
     expand and collapse. The debug panel also has
      a close button to completely remove
     the debug panel.
 8.  Note that the debug bar floats at the top right and will not disrupt your layout.
 9.  To ensure layout stability the plugin is hard coded to use only the HTML Div Renderer
 10. displaying server and response varables.
 11.  * Request
      * Response
      * Setings
      * Globals
      * Php
      * ​ຟາຍ
      * Database queries
      * Execution time
      * Errors and messages
      * Link to w3c validator
 12. With v1.2 you can add debug information via shortcode from within your post. `[
     wp_pear_debug]foo bar[/wp_pear_debug]` or you may use:
      [wp_pear-debug foo=”bar”
     foo1=”bar2″]
 13. Internationalization support has been added with version 1.4.6. A rough spanish
     translation has been provided in the hope that someone can take it and create 
     a better translation.

### Interesting Points

This plugin requires no 3rd party dependencies such as jQuery.

## ພາບໜ້າຈໍ

[[

[[

## ການຕິດຕັ້ງ

Automatic Install:

 1. Use the wordpress online installer
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Set the appropriate option under settings->Debugger admin menu
 4. Please note that the above options must be saved at least once before the debugger
    can appear
 5. The following step is optional but recommended. Add the following code to wp-config.
    php `define('SAVEQUERIES',true);`

Manual Upload:

File list

 * lang (language files)
 * lib (containing debugger and helper libraries)
 * wp-pear-debug.php (Main plugin file)

 1. UPload folder `wp-pear-debug` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Set the appropriate option under settings->Debugger admin menu
 4. Please note that the above options must be saved at least once before the debugger
    can appear
 5. The following step is optional but recommended. Add the following code to wp-config.
    php `define('SAVEQUERIES',true);`

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  Who is this for

I imagine this plugin will be most valuable to wordpress developers
 It will also
be good for people who are seeing errors on their site. This plugin also measures
script execution time so It is also good for people who want to measure the performance
of their entire site or a specific part of their script.

  Can I see the library in action?

You can see the pear demo [here:](http://www.php-debug.com/www/PHP_Debug_HTML_Div_test.php)
Pear Demo.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“wp pear debug” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການ
ພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ silasco ](https://profiles.wordpress.org/silasco/)

[ແປ “wp pear debug” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/wp-pear-debug)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/wp-pear-debug/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/wp-pear-debug/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/wp-pear-debug/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/wp-pear-debug/?limit=100&mode=stop_on_copy&format=rss).

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.5**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **11 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 2.8 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **4.3.34**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/wp-pear-debug/)
 * ແທັກ
 * [debug](https://lo.wordpress.org/plugins/tags/debug/)[debugging](https://lo.wordpress.org/plugins/tags/debugging/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/wp-pear-debug/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[Your review](https://wordpress.org/support/plugin/wp-pear-debug/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/wp-pear-debug/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ silasco ](https://profiles.wordpress.org/silasco/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/wp-pear-debug/)