settermjd / zf2forbeginners

The aim of this repository is to support the upcoming book - Zend Framework 2 For Beginners https://leanpub.com/zendframework2-for-beginners
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

xdebug suggestion #10

Open johnchadwick opened 9 years ago

johnchadwick commented 9 years ago

I vote for mention of XDebug. I have got it working in PhpStorm and it is great. I rank it with zftool in importance. It has its place but one will NOT leave var_dump behind.

settermjd commented 9 years ago

I could write up a supplemental chapter on it. To be honest, I've always had problems getting it working in a remote context with PhpStorm. But, as the book makes reference to PHP's built-in webserver, it should be quite straight-forward to get running. Not sure on when I can have a new chapter written, but will see if I can do it.