xdebug does not activate the breakpoint

后端 未结 2 1277
伪装坚强ぢ
伪装坚强ぢ 2021-01-24 03:24

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         


        
2条回答
  •  萌比男神i
    2021-01-24 03:27

    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:

    1. Change the debugging port in Netbeans. Go to Tools >> Options >> Click PHP tab
    2. Under PHP tab click debugging
    3. Change the debugger port : 9001
    4. Change Session ID : netbeans-xdebug

    Step 3: Restart server and netbeans

    Step 4: Set a breakpoint and try

提交回复
热议问题