I am trying to debug a Yii2 project using Xdebug.
Before formatting the MacOS, I just entered the web project(Apache 2 web server) from browser and PhpStorm was automatically stopping at breakpoints. Now I have set up everything but PhpStorm does not stop at them.
Here is the PhpStorm validation of debugger:
Here is CLI interpreter (php 7.0 executable)
Here is the IDE key for xdebug:
I have installed the Xdebug Chrome extension, and it is in debug mode.
What I am missing? What may be the cause that PhpStorm does not stop at breakpoints?