Debugging in WordPress

So you’re developing with WordPress. Whether you’re working on your own plugins, themes or doing client work, you’ll eventually run into the need of debugging something. Most people will simply print the data they need to debug to the screen but I’m not a big fan of this. When working on WordPress, or any web application, I don’t want to search through the browser where the data/error is being printed. I want a separate screen where all my data is logged in a clear way.
Continue Reading…