Xdebug并没有停留在Symfony项目的突破点

I'm using MAMP free version and PhpStorm To enable Xdebug in MAMP I've modified 2 php.ini files accordingly to this tutorial:

/Applications/MAMP/conf/php5.6.10/php.ini
/Applications/MAMP/bin/php/php5.6.10/conf/php.ini

Now I'm able to use xdebug in some simple project by listening to PHP debug connections. However if I try to use it in Symfony project, xdebug just ignores break points.

Here is my configuration for Symfony project in PhpStorm:

enter image description here

enter image description here

enter image description here

enter image description here

UPD: Added screenshot of xdebug configuration enter image description hereenter image description here

UPD2: Added path mappings enter image description here

I recommend you to try chrome XDEBUG extension. It works fine for me https://chrome.google.com/webstore/detail/xdebug-helper/eadndfjplgieldjbigjakmdgkmoaaaoc