Debugging with Xdebug

What Can We Do With a Step Debugger?

Before we start debugging the code in the Buggy plugin you installed in a previous video, let's review the concepts and terminology of working with a step debugger like Xdebug.

Before we start debug­ging the code in the Bug­gy plu­g­in you installed in a pre­vi­ous video, let’s review the con­cepts and ter­mi­nol­o­gy of work­ing with a step debug­ger like Xdebug. 

I’ll ref­er­ence and rede­fine each of these sev­er­al times through­out the fol­low­ing videos as we work on debug­ging the Bug­gy code.

  • Break­point
  • Call Stack
  • Step Into
  • Step Over
  • Step Out Of
  • Con­tin­ue
  • Watch­es

Debugging with Xdebug is made up of the following videos: