Tag: xdebug
-
Xdebug will make you a better PHP developer
There are two epochs in my life as a PHP developer: pre-Xdebug and post-Xdebug. Before I actually used Xdebug, I relied on var_dump() and my wit alone to navigate through my troubleshooting and debugging processes. I thought that Xdebug merely provided a fancy display for var_dump()‘d code… and who needs that? Needless to say, Xdebug…