Using Xdebug to Debug Your Applications in Real Time

There are occasions when we need to step through our code line by line to find that illusive bug or to trace the value of a variable, and xDebug is the tool for this job.

Complete and Continue