Breakpoints not hit with xdebug, PhpStorm and Laravel 3 / mod_rewrite
I'm pretty desperate and running out of ideas: I've configured xdebug and PhpStorm for a Laravel 3 project. Running the project locally on Mac OS X Apache, so PhpStorm and the web application run on the same machine. Configured a virtual host so that localhost.lt points to Laravel's public directory. Relevant xdebug entries in php.ini: zend_extension = /usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so [xdebug] xdebug.idekey="PHPSTORM" xdebug.remote_enable=1 xdebug.profiler_enable=1 xdebug.remote_log=/var/log/xdebug_remote.log xdebug.remote_connect_back=1 Confirmed that extension gets