I am using phpstorm 8.0.2, xampp 5.6.3 with codeigniter framework. I configured the php.ini file with the required settings. I think it does not have a problem since the phpstorm connects with xdebug and hit breakpoints in index.php. But if i keep a breakpoint in a code iginiter controller's function and navigate to the corresponding url (eg: index.php/controller/methodname) the break point does not hit. but the code works and the browser gets the output. I found several stackoverflow questions related to this (eg: breakpoint does not hit in phpstorm+xdebug). but those solutions did not work.
I tried netbeans as well but got the same result.