|
|
 |
|
|
Troubleshooting of php debugger: dbg and PhpED are installed on the different networks and there is SSH tunneling setup between their machines
This is the set of instructions to troubleshoot and fix the communications between dbg - php debugger and PhpED - PHP IDE.
These instructions apply to the situations when SSH is used. The troubleshooting instructions for communications not using SSH are here.
If you setup SSH tunneling and want to make sure that communications between dbg and PhpED are working:
- Make sure that SSH client is running on your PhpED machine and that debugging over SSH is properly setup as described here
- Login to server (the machine where dbg is installed and running)
- Open a console on this server
- Run telnet command like this: "telnet localhost 7869" If communications are working Ok you'll see black dot inside the white circle in DbgListener icon and something like "01.01.2004 11:11:14 client connected" in the DbgListener log window. Please note that 7869 is a default DbgListener port. If you changed that value, please enter the port number used by DbgListener. To check which port is used by DbgListener please look at PhpED's Tools->Settings->debugger->Debugger port
|
|
|  |
|