gpt4 book ai didi

macos - 在 mac OSX El Capitan 上使用 phpstorm 启用 xdebug

转载 作者:行者123 更新时间:2023-12-02 04:15:49 26 4
gpt4 key购买 nike

在将我的 MacBook 升级到 El Capitan 之前,我对 Phpstorm 9、php 5.6(通过自制软件)、xdebug(通过自制软件)进行了良好的设置。

然而,在过去一个月左右的时间里,我一直在绞尽脑汁,试图找出如何让该设置再次发挥作用。

如果你们有任何想法,我将不胜感激。

谢谢,埃亚尔

附注这是我的设置:

xdebug 版本和 ide key xdebug version and ide key

xdebug 远程设置 xdebug remote settings

xdebug session cookie xdebug session cookie

phpstorm 中的 xdebug 端口 xdebug port in phpstorm

phpstorm 中的 PHP 配置 PHP configuration in phpstorm

phpstorm 中的调试验证 Debug validation in phpstorm

xdebug 日志

Log opened at 2015-11-19 22:33:49
I: Checking remote connect back address.
I: Remote address found, connecting to 127.0.0.1:9000.
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///Users/eyalsh/Sites/test/index.php" language="PHP" protocol_version="1.0" appid="73266" idekey="PHPSTORM"><engine version="2.3.3"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init>

-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response>

Log closed at 2015-11-19 22:33:49

最佳答案

根据提供的信息:请将 xdebug 端口(在 php.ini 和 PhpStorm 中)更改为其他端口(例如 9001),并在使用相同端口之前验证它是否未被占用sudo lsof -nP -iTCP -sTCP:LISTEN 命令。

现在似乎与 php-fpm 发生冲突(两个程序使用相同的端口)。

附注您可能需要重新启动 Web 服务器才能看到从 php.ini 中获取的这些更改。

关于macos - 在 mac OSX El Capitan 上使用 phpstorm 启用 xdebug,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33815160/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com