|
Posted by Jeremy on 12/21/06 20:38
bill wrote:
> I read up on the PHP Debugger, but am left with questions:
>
> 1) it appears that the server side is all php, so server type does not
> matter. Correct ?
>
> 2) I live behind a nating router/firewall and can only communicate with
> the outside world if I initiate the contact.
> Will the windows client initiate the contact with the server ?
>
> (because the examples used non-routable IP numbers, it was hard to decide)
>
> bill
What I do is connect to the server via SSH, and set up a remote tunnel
from the server to my computer on the debug port. Then I tell the
server to send debug requests to "localhost" and they get tunnelled back
to my PC over the SSH connection. This successfully breaks through the NAT.
This is using xdebug, I don't know anything about other debuggers
(xdebug is pretty awesome, though).
Jeremy
Navigation:
[Reply to this message]
|