This extension adds two buttons to the Firefox navigation toolbar: one for starting a debugging session, and another button for starting xdebug profiling. Clone the repository Simply drag the file ...
zend_extension=xdebug.so xdebug.show_error_trace=1 xdebug.remote_enable=1 xdebug.remote_host=192.168.14.105 # IP interna del host (windows) donde estara el netbeans xdebug.remote_connect_back=0 # Not ...