gpt4 book ai didi

php - 调试 PHP,NetBeans 不适用于 xdebug v3

转载 作者:行者123 更新时间:2023-12-04 19:25:31 25 4
gpt4 key购买 nike

调试 PHP,NetBeans 不适用于 xdebug v3
我正在使用 ubuntu 18
PHP7.4
Xdebug v3.1.2

php-v 
PHP 7.4.28 (cli) (built: Feb 17 2022 16:06:19) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.28, Copyright (c), by Zend Technologies
with Xdebug v3.1.2, Copyright (c) 2002-2021, by Derick Rethans
我的 xdebug 配置是
/etc/php/7.4/mods-available/xdebug.ini
zend_extension=xdebug.so
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey=netbeans-xdebug
xdebug.profiler_enable=1
每次我在 Netebeans 中单击运行时,我都会收到此消息“等待连接”

最佳答案

xdebug V3 的默认端口为 9003,上述所有配置在 xdebug v3 中都已删除
代替

xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey=netbeans-xdebug
xdebug.profiler_enable=1
xdebug.log="/var/log/xdebug.log"
xdebug.idekey=netbeans-xdebug
xdebug.mode=debug
outbut_buffering=Off

关于php - 调试 PHP,NetBeans 不适用于 xdebug v3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71532229/

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