I have installed Xdebug, and I can confirm from phpinfo()
that it is correctly installed. I have taken all the steps given in all of the sites that come up with
Try using xdebug.remote_connect_back=1
instead of xdebug.remote_host
to avoid security issues
In fact,
zend_extension=path/to/xdebug.so
xdebug.remote_enable=1
xdebug.remote_connect_back=1
Must be enough.
Make sure that project properties->run configuration->advanced->do not open web browser
option is NOT selected (in netbeans project config).
Also, check project url value in run configuration