debugging php

Debugged!

Debugged!

Debugged! is the premier debugging suite for WordPress theme and plugin developers (although everyone is certainly welcome to it!). It provides a simple to use and unobtrusive debugging bar (the location and display of which is configurable) which will allow you to check system information, GET and POST variables, cookies, session variables and SQL queries at a glance, as well as providing a simple-to-use error checker and inline W3C validatio...

WordPress Buggy Plugin

WordPress Buggy Plugin

The Problem I got back into WordPress Themes and Plugins programming and found myself struggled debugging my code. There are several options to debug PHP code but each has its drawbacks for me: using print or echo somewhere in the HTML code (it could break JS stuff, too distracting [you could style them but you still need to mess with the HTML ]) using a IDE (setup, using a IDE ) other solutions (several things must be installed, too di...