Netbeans not connecting with xdebug on Wamp : “showing waiting for connection”
问题 Following is my configuration in bin\php\php5.3.9\php.ini and bin\apache\Apache2.2.21\bin [xdebug] zend_extension = "D:/wamp/php/ext/php_xdebug-2.2.1-5.2-vc9-nts.dll" xdebug.profiler_output_dir = "D:/wamp/tmp/xdebug" xdebug.profiler_output_name = "cachegrind.out.%p" xdebug.profiler_enable = 0 xdebug.profiler_append=0 xdebug.extended_info=1 xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.idekey=xdebug xdebug