Tags > xdebug

Posted on 21 October 2018

PHP, Docker, Xdebug and the missing local variables

I've made a switch in the last 12 months to use Docker as my local development environment for my PHP applications. One of the greatest modules for PHP IMHO, is Xdebug. Many moons ago, I used to frantically hack in var_dump(...); exit; calls to see what a particular variable, object, array, etc contained.