[xdebug]
zend_extension="/Applications/MAMP/bin/php/php5.6.10/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so"
xdebug.remote_enable=1
;xdebug.remote_host=hoge.localhost
;バーチャルホストの設定を書いてもだめだったので、
xdebug.remote_host=127.0.0.1
;ip決め打ちで対応。
xdebug.remote_port=9000
xdebug.remote_autostart=1
よくわからないが動いてるよう。