Getting XDebug workign on Mac OSX
Having a good debugger and error reporting can mean the difference between spending an hour hunting down the line of code causing bug and killing it quickly. For PHP, xdebug is my preferred debugger (are there others?),. Thanks to this link on debuggable.com, I was able to find a precompiled binary for OS X. Setting […]