Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Pretty Debug

Descripción

Make var_dump’s and print_r’s more readable

Function output references with http://queryposts.com API when possible.

  • Use r instead of var_dump
  • Use rt for text mode.

For example:

r($GLOBALS['wp_query']->get_posts());
rt($GLOBALS['wp_query']->get_posts());

Notes :

All the work was done by digitalnature I just wrapped it into a WordPress plugin and changed the look for inline debugging.

Please report issues to: https://github.com/wycks/WP-Pretty-Debug

Capturas de pantalla

  • A screenshot with mouseover

Instalación

Use the Auto Installer.
Or Upload the zip and hit install.

FAQ

What is this?

var_dump – Dumps information about a variable.

Reseñas

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“Pretty Debug” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “Pretty Debug” 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 .