Php

Xdebug in PHP is speeding up my debuging of code. It allows me to backtrack through errors to see which function they were originally part of. As any web product grows it is sometimes difficult to diagnose where a function call was made that resulted in an error being generated. Below is a snippet from [...]

Continue reading about Xdebug in PHP