這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Xdebug Output Handler

外掛說明

This WordPress Plugin collects the Xdebug output and displays it in the footer. It both works in the front end and in the administrator interface of WordPress

Please make sure that you comply to the following dependencies: * have the Xdebug extension for PHP activated (zend_extension=/[path to libraries]/xdebug.so) * have defined your ‘WP_DEBUG’ as true (in wp_config.php) to see also Notices

This plugin does nothing with the profiler output of Xdebug. When Xdebug is enabled on your webserver, outputted errors will be expanded with a Call Stack which shows which calls led to the error. This plugin takes care of displaying these errors in a nice way.

螢幕擷圖

  • This screen shot shows how the output of the plugin looks like. Please note that the output will be displayed on the bottom of your website

安裝方式

This section describes how to install the plugin and get it working.

  1. Extract the xdebug-outputhandler.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress, its named Xdebug Output Handler
  3. Enable the Xdebug extention on your webserver
  4. Change define(‘WP_DEBUG’, false) to define(‘WP_DEBUG’, false) in wp-config.php to see also Notices

常見問題集

Where can I find more information about Xdebug

Please visit http://xdebug.org/index.php

Where can I find more information about define(‘WP_DEBUG’, false)

Please visit https://codex.wordpress.org/Editing_wp-config.php#Debug

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Xdebug Output Handler〉的開發相關工作。

參與者

將〈Xdebug Output Handler〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • First version