Hi everybody,
could someone tell me if I understand correctly how DBG work ?
My apache/php server is a linux/debian machine (php 4.1.2, dbg 2.11)
My developpement machine is a winXP, running PHPEdit (0.8.0.25) and DBG Listener(2.11.23).
when i put a breakpoint in my script from phpedit, phpedit send a request to Apache/php/DBG via http protocol.
DBG works together with php and send his answer to DBGListener on port 7869 (by default) on the winXP machine.
DBGListener talks with phpedit to let him show, for example variables.
Is that correct ? Is there a need of port that should be opened on the linux or on the winWP machine ? I seem logical to me the 7869 should be opened on both ??
Thanks for your answers
Laurent