Interactive Debugging in PHP

The art of debugging code requires a good understanding of the codebase and logical deduction skills. A good debugging tool is like a code mentor that can walk you through the code and help you better understand what is going on, but deductive reasoning is still up to you. In this session, you will learn how to use Xdebug, a PHP debugging tool, as well as tips and tricks on how to think about and approach debugging.

Key Takeaways

An understanding of the benefits of interactive debugging and the basic setup steps for VS Code and PHPStorm.

Speaker