Ryan says hello and shares what we'll learn in this course.
This quick-start course will move you from var_dump() and dd() to professional debugging with Xdebug. You’ll learn to set up, configure, and use Xdebug in DDEV with PhpStorm and VS Code.
My goal is simple: make Xdebug your default debugging tool. By the end of this course, you’ll be comfortable using a proper debugger instead of littering your code with dump statements.
We’ll focus on Craft CMS projects, but these debugging techniques apply to any PHP framework or CMS.
What we’ll cover:
Let’s start by understanding what Xdebug actually is and how it works.