|
Posted by seaside on 12/22/06 02:46
PHPDebugger author writing...
bill schrieb:
> 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 ?
Correct. I use PHP 5.x, but the PHP part should be compatible with 4.x
too. If not, please post a hint, I'll fix.
> 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 ?
No, currently, the PHP side creates the connection from PHP to
PHPDebugger.
An upcoming release - to get released shortly - should be able to start
the communication from the PHPDebugger side.
To make this work, TADebugger will establish a server-side message
store, which can be retrieved using a special script call. By means of
a config-setting, you should be able to establish the message-store
using a flat-file or a MySQL server.
> (because the examples used non-routable IP numbers, it was hard to decide)
Thx for the hint! I'll Change this in the presentation
http://www.turingart.com/downloads/PHPDebuggerPresentation.pdf
As the other poster mentioned, other tools might be richer, but
PHPDebugger is very simple to install, doesn't require a PHP
source-compile or and special IDE. That's why I started this project.
Navigation:
[Reply to this message]
|