We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Xdebug with oxwall? | Forum

Matthew
Matthew Jan 30 '12
Trying to setup Xdebug with oxwall to step through a plugin I'm developing, but each time I try opening the debugger, I get nothing good.  I'm using NetBeans 7.1 as my IDE, and I've setup my php.ini with the following settings:

[xdebug]xdebug.remote_enable=onxdebug.remote_handler=dbgpxdebug.remote_host=192.168.1.129xdebug.remote_port=9000
192.168.1.129 is my laptop, from which I'll be debugging.

However, when I try to debug the project (or a source file), I get a 404 error in a browser and NetBeans lets me know that no connection to Xdebug is detected.  Both machines are on the same subnet.  There are no firewalls between the two machines.

Has anyone had any success configuring a debugger with their oxwall install? 
Matthew
Matthew Jan 31 '12
Fixed my issue.  My distro's package management system had broken the xcache settings out to a file separate from the php.ini file for apache's use.