Xdebug
Drupal + WSL2 + Lando + PHPStorm + Xdebug
Prep Work, Before you get started, make sure your requirements are met. I'll be using the most up-to-date versions of software--unless otherwise stated--as of th
Install WSL2, Ubuntu, and Docker Desktop, Install WSL2Open Terminal (or Windows PowerShell) as an AdministratorEnter the command `wsl --install` to install WSL2NOTE: "Windows Subsystem for Lin
Install Lando, Go to the download page for the latest version of Lando; as of this writing, that would be 3.11.0Copy the download link for the appropriate version of
Install PHPStorm, My preferred method is to first install the JetBrains toolbox, then install PHPStorm from there.When you open PHPStorm, and go to open a project, navi
Get Things Started, Start LandoNavigate to your project within WSL. If you don't have a .lando.yml file in your project yet, run `lando init`, and follow the prompts. I'd
xDebug, Adding to the Lando file- Add the stuff hereDidn't seem like I actually needed to set up an y kind of server on PHPStorm's end? I think when I entered
Extras, These are just some things I'd recommend...Install ZSH/OhMyZSHInstall PowerLevel10k Install ZSH/OhMyZSHSudo apt install zshsh -c "$(curl -fsSL https:/
Troubleshooting, WSL Reporting Docker not started and Attempts to start failNot really sure what's causing this, but what seems to fix it (aside from a full system res