Debugging WordPress projects is one of those things that WordPress developers seem to approach differently.
Though there are certainly different ways to do it, I’m of the mind that using a debugger is the most effective way to, ahem, debug a project. I’m not saying that to try to be a purist, but the benefits of using an actual debugger far outweigh the alternatives.
But in WordPress, it seems that using facilities built into PHP are far more prevalent than using software specifically designed for debugging.
Sometimes, I think this comes with the nature of looking at other peoples code, and sometimes I think comes from not knowing where else to start.
But if there’s one thing that can not only help you become better at debugging projects and understanding source code, nothing can top debugging WordPress projects with an actual debugger.


