Possible Duplicate:
Xdebug and Netbeans are not communicating with each other
How to implement xdebug
in netbeans
. I searched lot and I have done some stuff in apache php.ini
zend_extension=/path/to/xdebug.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
Am using Ubuntu
OS.
Xdebug
is mainly using for debug complex php code.( for loop / foreach
)
Right now when I click on debug project netbeans
footer status showing searching for xdebug connection and its not ending not ending means connection failed.
I think you get what I want.
Please help me.