> - what is a good tcp-listener (i tried tcpdump, but this gives to much
> output)

No help for you there...  I've never even tried this.

Maybe you could pipe tcpdump through grep, and include something like ZZZZZZ
in all your error messages or something...

> - the debugger doesn't work: the command debugger_on("localhost"); leads
to
> the error-message shown below:
>
> Fatal error: Call to undefined function: debugger_on() in index.php on
line
> 2
>
> ... and the manual says, that the debugger is still under development.

That error message may just mean you didn't compile with the debugger code
on...

But that might be because the debugger code itself has been disabled for
awhile -- I seem to recall a thread about that...

I believe there are one or two IDEs already out there that you could try
that may let you step through your code.  No idea how tricky they are to set
up nor how well they work though...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to