Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Xdebug Output Handler

Descripción

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.

Capturas

  • 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

Instalación

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

FAQ

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

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Xdebug Output Handler» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Xdebug Output Handler» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • First version