I am using Netbeans to do my project(codeigniter) and my xdebug is configured in php ini. The following are the setting:
zend_extension = \"C:\\xampp\\php\\ext\\php_x
This is what I did with the help of Derick's answer:
Step 1: Change xdebug.remote_port=9000 to xdebug.remote_port=9001
Step 2:
Step 3: Restart server and netbeans
Step 4: Set a breakpoint and try