Improving debugging workflow with xdebug_notify
There are two camps when it comes to debugging PHP applications. One one side, we have the "echo tribe" relying on echo
and var_dump
for debugging output, while on the other side, the "IDE-wizards" leverage IDE's with Xdebug.