Getting xdebug to talk to netbeans (from a virtual box)

Posted by srcspider on Super User See other posts from Super User or by srcspider
Published on 2012-04-10T12:09:32Z Indexed on 2012/04/10 17:33 UTC
Read the original article Hit count: 731

Filed under:
|
|

Trying to get xdebug to talk to netbeans (and vice versa).

xdebug is in a virtualbox setup with vagrant (and some basic puppet to setup a basic LAMP). According to the php.ini from the VM everything is setup as I indented.

xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=33.33.33.1
xdebug.remote_port=9000
xdebug.remote_autostart=0

Unfortunately netbeans debugger just doesn't seem to be able to talk with xdebug.

Ideas?

© Super User or respective owner

Related posts about netbeans

Related posts about xdebug