Hi all,
I've bought the commercial version of PHPEd today.
I need to make some hard debug and really need PHPEd and remote debugging
My problem is that I am not able to make working the remote DBG. I am getting :
"Failed to start debug session. Please verify if debugger module is installed on the server......."
I've search for many hours on this forum and Intenet to find out some solutions, but nothing has worked.
Here is my configuration :
_ Linux server on which I've installed DBG package. Everything seems to be correct at this point.
_ This Linux server is not on the same LAN as my Windows box (external dedicate hosting)
I've configured the php.ini and then I've checked my phpinfo(). Everything seems to be ok at this level.
_ I've installed PHPEd on my windows box. Local debugging is just perfect.
_ I've telnet from Linux to my Windows box and after having seting up the fireall, the telnet is ok, meaning that on DBG Listener, I see the connection.
So I've tried the following configuration without success :
_ Direct connection (no SSH tunneling)
_ Throught SSH connection : same as above
I am little bit confused at thi step and I am looking for new ideas to check.
P.S : I've not make an screenshots of my phpinfo, but honnestly, by deeper looking, I really don't think that the problem comes from here.
Best regards