I have been trying to configure PHPStorm 8.0 with xdebug to debug a project running on zendframework2.
So far, the PHPStorm and xdebug seem to be ok.
After setting a breakpoint on /application/public/index.php and after enabling the debugger on the browser through the bookmarklets, I set the phpstorm to "listen" to incomming debugging connections but so far nothing has been triggered on the phpstorm as it is supposed to happen.
I followed the guides provided on:
but none of them provide information related to zendframework or any other framework.
Anyone who debugs zf2 projects with phpstorm+xdebug can help me with the right configurations on phpstorm?