Debugging ElePHPants

A presentation at PHPSerbia 2017 in in Belgrade, Serbia by Adam Culp

Everybody knows how to install a PHP debugger. But many PHP developers haven’t embraced step debugging, and instead do things in a manual way. For many, this is because they simply don’t know how to step-debug effectively.

Let’s explore how to debug common issues for problem resolution, and spend less time troubleshooting and more time coding. Attendees will see fundamentals to get up and running quickly once a debugger is installed.