我正在本地尝试使用NetBeans Mac进行调试.
原文链接:https://www.f2er.com/php/130316.html这是我的PHP.ini
[xdebug] xdebug.default_enable=1 xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.remote_autostart=1 xdebug.remote_log="/Applications/MAMP/logs/xdebug.log" xdebug.idekey="netbeans-xdebug" zend_extension="/Applications/MAMP/bin/PHP/PHP5.4.10/lib/PHP/extensions/no-debug-non-zts-20100525/xdebug.so"
这是我在xdebug.log中得到的
I: Connecting to configured address/port: localhost:9000. E: Could not connect to client. :-(
我尝试将端口更改为9001并关闭防火墙,但没有帮助.