Install XDebug – the quick and painless way

If you find that you need to compile xdebug from source for whatever reason, have no fear! It’s actually quite simple to get it set up and running. I can get it set up on most servers in under 5 minutes. The directions below are for a local environment. Make sure that you haveĀ git installed,…
Read more

Debugging with XDebug – PHPStorm + Vagrant

Setting up XDebug on a Vagrant machine and figuring out how to set up PHPStorm on your host machine so that everything works smoothly can seem daunting, but it’s really easy! I’m going to go ahead and assume that you already have a development environment (LAMP, or other). Note: unless otherwise specified, you should follow…
Read more