I'm trying to debug an app in codeigniter through xdebug on Netbeans. However when I run my app in debug mode, I can not get to my controllers or any breakpoints after the first line of codeigniter index.php.
I am running codeigniter 3.0 on xampp and with netbeans 8.1.
In my php.ini the config looks like this:
xdebug.remote_autostart=1
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_port= 9000
xdebug.remote_host = "127.0.0.1"
And in the project config in codeigniter it looks like this:
Hasanyoneeverhadthisproblem?TheerrorhappensonlywithcodeigniteranyotherapplicationIcandebugnormally