gpt4 book ai didi

php - 我如何在 ubuntu 中将 PDT 与 eclipse 关联/使用?terr

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:46:09 26 4
gpt4 key购买 nike

我想使用 PDT 调试 PHP 与 eclipse。我正在使用 ubuntu 9.04。谁能帮我?如果可能,请提供详细信息。

最佳答案

考虑this threadthis one :

You have to ensure that xdebug is definitely loaded on the version of php you are using.
To do this, use the launch configuration you are using to try to run your script in debug mode and change it to run a script with phpinfo.php in it.
Also a Debug log would be good.

Add:

 xdebug.remote_autostart=On
xdebug.remote_log="c:\temp\xdebug.log"

to your php.ini.

然后你必须确保 PDT 期待端口 9000 上的 Xdebug 信息,并确保您的本地默认 PHP Web 服务器是 http://127.0.0.1 .

通过日志,您可能会发现,例如,您的 php.ini 文件格式不正确,这可能足以阻止您从 PDT 调试 PHP。

关于php - 我如何在 ubuntu 中将 PDT 与 eclipse 关联/使用?terr,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1401902/

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