XDebug with Lando and PHPStorm on a Mac not working
I have followed two docs re: XDebug with Lando and PHPStorm on a Mac
1. https://docs.lando.dev/guides/lando-phpstorm.html
2.https://www.fourkitchens.com/blog/development/xdebug-lando-phpstorm-mac/
Neither seems to work. I am running the latest PHP Storm, 2023.2.4 and Docker 4.24.
Has anyone had luck getting Xdebug to work?
My phpinfo says that Xdebug 3.2.1 is enabled and the IDE Key is set to PHPSTORM. When I copy/paste this into “Validate debugger configuration on the Web server” all checkmarks are green.
What am I missing?
请先登录再写评论。
Hi,
Probably, an Xdebug log could tell more.
You might need to enable the `xdebug.log` directive first:
https://xdebug.org/docs/all_settings#log
Would it be possible to collect & share the log file?