【发布时间】:2021-03-27 02:03:01
【问题描述】:
我已经用了很长时间了,没有任何问题,昨天它还在工作。我不知道发生了什么,可能是 PhpStorm 的静默更新或其他什么 - 但它停止了工作。
我检查了本地脚本,Xdebug 仍然激活。我还使用了 PhpStorm 验证 - 没问题:
现在,当我加载项目页面时,激活小书签后,它不会触发任何内容。另外,我以前可以通过这种方式从 docker 内的命令行启动脚本:
export PHP_IDE_CONFIG="serverName=localhost"
php -dxdebug.remote_enable=On -dxdebug.remote_autostart=On -dxdebug.remote_connect_back=On -dxdebug.idekey=PHPSTORM -dxdebug.remote_port=9000 -dxdebremote_host=localhost myscript.php
我尝试检查配置中的所有调试相关内容:
什么都没有。我被困在这里了。提前感谢您的帮助。
PhpStorm 版本 - 2020.3
【问题讨论】:
-
你的 PhpStorm 版本是多少?
-
PhpStorm 2020.3