I just noticed this in the response from the soap server:
Quote: |
Response: <html><head><title>Failed to start debug session</title></head><body><h2>DBG 3.9.6</h2><br> <b>Failed to start DBG session</b><br><br><br> Reason: <b>connection to the client at <i>91.192.195.11:7869</i> is not allowed in php configuration</b><br> Not sure what it means? Visit <a href="http://www.nusphere.com/dbg/?err=-100">http://www.nusphere.com/dbg/</a> for troubleshooting.<br> <br> <pre>Debugger request: "(null)" Request found in: "(null)" Target PHP version: "5.2.x" Server API: "Apache 2.0 Handler" Extensions API: "220060519" Modules API: "20060613" PHP API: "20041225" </pre> </body></html> |
The debugger works fine through the SSH tunnel between my PC and the remote webserver using localhost at both ends, but it looks like when the DebugBreak() in the soap server tries to start a new parallel debug session, it doesn't know about this tunnel maybe?