I’m of the opinion that being able to debug code is one of the must-have skills of any professional developer so it stands to reason that I think if you’re working with WordPress in a professional capacity, you should be able to debug WordPress projects.
It doesn’t matter if you’re working on the server-side or the client-side; if you’re writing code, then you need to be able to:
- set breakpoints,
- watch variables,
- step into functions,
- step out of functions,
- step over functions,
- change values,
- …and so on.
Though debuggers are common place in practically every programming environment, I recently wrote a short tutorial and filmed a short video for Envato that walks users through how to debug WordPress projects.
