Dear Tobias,
Debugger consists of TWO sides connected by the network:
a server part that is known as debugger module and a client part that is known as dbglistener.
It's listener LISTENs on the port, not module.
Quote: |
* Not quite sure, but why do you try to open a "Telnet" session on that machine? |
Telnet just shows all content it receives from the far end, for example you can run telnet against a http server like apache, enter a command like GET / HTTP/1.0 followed with two empty lines and you'll see plain html received from the server. In case of DBG, it's just a way to verify if nothing prevents debugger module from connecting to the dbglistener.
Quote: |
* Have you tried to debug from within phpEd yet (and setup a "project" for it first)? |
Actually, PhpED will not work with debugger module 2.13 (which you're installing).