Welcome Guest, Not a member yet? Register   Sign In
Phpstorm with CI & Xdebug
#1

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
Reply


Messages In This Thread
Phpstorm with CI & Xdebug - by Snaffyc - 11-06-2016, 11:18 PM
RE: Phpstorm with CI & Xdebug - by cartalot - 11-07-2016, 12:43 PM
RE: Phpstorm with CI & Xdebug - by InsiteFX - 11-07-2016, 03:18 PM
RE: Phpstorm with CI & Xdebug - by Snaffyc - 11-08-2016, 10:43 AM
RE: Phpstorm with CI & Xdebug - by InsiteFX - 11-08-2016, 07:38 PM
RE: Phpstorm with CI & Xdebug - by johnpon - 11-09-2016, 03:13 AM
RE: Phpstorm with CI & Xdebug - by cartalot - 11-09-2016, 04:52 PM
RE: Phpstorm with CI & Xdebug - by Snaffyc - 11-11-2016, 10:35 AM
RE: Phpstorm with CI & Xdebug - by cartalot - 11-11-2016, 03:06 PM
RE: Phpstorm with CI & Xdebug - by johnpon - 11-30-2016, 01:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB