Debugging Bugs With a Debugger

What do you know about debuggers? Do you use a debugger? Do you wish you knew more about debugging and XDebug?

So many WordPress developers aren’t on the PHP debugger train yet. In Stéphane’s session, he’ll blow your mind by going inside the matrix to show you how to step inside the code, how to profile code with XDebug, how to step in and out of functions, how to set variable breakpoints, and more!

You Will Learn

  • What a debugger is and how to implement one
  • Debuggers for PHP
  • The benefits of a debugger
  • To be excited about using a debugger
  • And more!