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?