xdebug in netbeans won't bind to port 9000

Posted by allenskd on Stack Overflow See other posts from Stack Overflow or by allenskd
Published on 2010-06-13T14:43:20Z Indexed on 2010/06/13 14:52 UTC
Read the original article Hit count: 395

Filed under:
|
|

I've been trying to configure xdebug to work along with netbeans, my current configuration is

[xdebug]
zend_extension="C:\binaries\php\ext\php_xdebug-2.1.0RC1-5.3-vc6.dll"
xdebug.remote_enable=on 
xdebug.remote_handler=dbgp 
xdebug.remote_host=127.0.0.1 (also tried localhost)
xdebug.remote_port=9000 
xdebug.idekey="netbeans-xdebug"

I tried the test provided by a netbeans blog explaining how to test if the configuration works when binding it just outputs "unable to bind"

Any suggestions?

© Stack Overflow or respective owner

Related posts about php

Related posts about xdebug