gpt4 book ai didi

php - 如何在 Windows 10 上将 Xdebug 3 连接到 PhpStorm?

转载 作者:行者123 更新时间:2023-12-02 19:05:38 24 4
gpt4 key购买 nike

我正在尝试连接 PhpStorm 并使用 Xdebug 调试 PHP 脚本/网页,我已经做过好几次了。

这是我的 php.ini 文件(有趣的部分):

[xdebug]
zend_extension=C:\xampp\php\ext\php_xdebug.dll
xdebug.remote_enable=1
xdebug.remote_port=10000
xdebug.remote_mode=req

我设置了多个断点并在索引上调用了 xdebug_break(),但代码执行并未在这些断点处停止。

这是 Xdebug 的 PhpStorm 验证脚本输出:
This is the PhpStorm validation script output for Xdebug

netstat 的输出显示 PhpStorm 正在监听端口 10000:
The output of netstat which shows that PhpStorm is listening on port 10000

最佳答案

改变

来自

xdebug.remote_enable=1
xdebug.remote_port=10000
xdebug.remote_mode=req

进入

xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_port=10000

关于php - 如何在 Windows 10 上将 Xdebug 3 连接到 PhpStorm?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65092543/

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