Is it possible to use CI with Xdebug using Phpstorm ? Debugger doesn't stop at breakpoint for example in my controller/model, always reaches only index.php. I triend remote debug, web application, and with listening for PHP Debug Connecitons + Xdebug helper. Nothing work. Here is my php.ini conf
[XDEBUG]
zend_extension = C:\xampp\php\ext\php_xdebug-2.4.1-7.0-vc14.dll
xdebug.remote_enable=1
xdebug.remote_port=9001
xdebug.profiler_enable=1
xdebug.remote_handler="dbgp"
xdebug.profiler_output_dir="xampp\tmp"
xdebug.remote_log="C:\xampp\tmp\xdebug.log"
xdebug.trace_output_dir="C:\xampp\tmp"
xdebug.idekey = "PHPSTORM"
xdebug.remote_autostart=1
[XDEBUG]
zend_extension = C:\xampp\php\ext\php_xdebug-2.4.1-7.0-vc14.dll
xdebug.remote_enable=1
xdebug.remote_port=9001
xdebug.profiler_enable=1
xdebug.remote_handler="dbgp"
xdebug.profiler_output_dir="xampp\tmp"
xdebug.remote_log="C:\xampp\tmp\xdebug.log"
xdebug.trace_output_dir="C:\xampp\tmp"
xdebug.idekey = "PHPSTORM"
xdebug.remote_autostart=1