macOS High Sierra上でeclipse4.7.2を使っています。PHPおよびxdebugはbrewでインストールしました。

php.iniに、


zend_extension="/usr/local/opt/php72-xdebug/xdebug.so"
xdebug.remote_enable=1
xdebug.remote_port="9000"


と記述し、
phpinfo()でxdebugの項目が表示されているのを確認しています。

ところがDebug as -> Debug on Serverを選択しても
ブレークポイントでプログラムが止まりません。

何か設定ミスなのでしょうか。