Xdebug

  • Debugging remote CLI with phpstorm
    Dec 20, 2012

    Even in these days, with full-featured PHP IDEs around, I still see PHP developers using var_dump() and die() to debug their code. Not only is this a very bad way of “debugging”, it has …

    Read more →