docs icon indicating copy to clipboard operation
docs copied to clipboard

Docs for Lando, Platform.sh and Xdebug not working

Open chris-archer-whisky opened this issue 4 years ago • 1 comments

I have tried t documentation for this: https://docs.lando.dev/config/platformsh.html#caveats-and-known-issues

After following docs Xdebug installed but I could not connect to it with PHPStorm. The config in lando.yml that worked for me was:

recipe: platformsh
config:
  id: PROJECT_ID
  overrides:
    app:
      runtime:
        extensions:
          - xdebug
  variables:
    app:
      php:
        xdebug.idekey: PHPSTORM

chris-archer-whisky avatar Dec 17 '21 11:12 chris-archer-whisky