[PHP] debugging php

2001-01-14 Thread mOrP
hello, i need to debug php. usually i do this by using my own-written debugger-class where i can turn off all output with a simple change of the "on" variable. well nevertheless now i need to trace the status and value of a variable during runtime. this is impossible with this class. so i tried

Re: [PHP] debugging php

2001-01-15 Thread Richard Lynch
> - 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 ZZ in all your error messages or something... > - the debugger doesn't work: the com