There are several tools out there for debugging PHP applications, but many developers still prefer cluttering their code with var_dump() and die(). After finding out the reasons for that, we will have a look at the Xdebug extension and it’s relatively new challenger phpdbg.