Are you using var_dump, echo and die for debugging PHP? Imagine how much easier your life would be if you could follow the execution of your code, see and modify variablesas your app was running. I'll be talking about configuring, using and avoiding the pitfalls of Xdebug for remote debugging.

Comments

Comments are closed.