Hello,
I have a problem with debug session not starting - the response I get is
Quote: |
DBG 3.8.10
Failed to start DBG session
Reason: debugger read/write timeout |
I am running a remote debug session through SSH. The actions I've taken are as follows:
- Installed the debugger on the remote server, verified via dbg-wizard.php
- Launched a port forwarding SSH session
- Ran netstat -na|grep 7869 on the server and ensured port 7869 is listed as LISTEN
- when I am trying to do "telnet localhost 7869" on the server though, or start a regular debug session, I don't see my local debugger receive the request.
Debugger version is 3.8.10
PHP version 5.2.6-1+lenny13 with Suhosin
PHP credits:
This server is protected with the Suhosin Patch 0.9.6.2
Copyright (c) 2006 Hardened-PHP Project
Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies
with DBG v3.8.10, (C) 2000,2009, by Dmitri Dmitrienko
I also had APC which I disabled while trying to resolve the issue but it still persists.
Any help would be much appreciated, or just pointing me in the right direction!
Thanks a lot in advance!