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 ...
NOTE: if you experience CLI or web requests hanging, it may be due to xdebug starting and locking out another process (session file lock maybe?). Haven't resolved this yet, in which case you'll need ...