【发布时间】:2020-02-14 13:41:38
【问题描述】:
我无法通过 xdebug 捕获对我的应用程序的任何请求。
xdebug.ini
zend_extension=xdebug.so
xdebug.remote_autostart = 1
xdebug.idekey=PHPSTORM
xdebug.remote_connect_back=1
xdebug.remote_enable=On
【问题讨论】:
-
启用 xdebug 日志并检查 xdebug 是否使用正确的地址和端口连接到 IDE:jetbrains.com/help/phpstorm/…
标签: linux docker phpstorm xdebug