NetBeans Mac をローカルでデバッグしようとしています。
これは私の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 に変更し、ファイアウォールをオフにしようとしましたが、役に立ちませんでした。