everyone,
I'd like to be able to debug php scripts on the command line, going
through the
browser. In other words, set up the debugger to listen and then type
in a url and have the code stop before displaying stuff to the
browser. Then, step through each individual piece of code, etc, whilst
having the output mirrored to either another file or the debugger
screen...
Anyway, I tried dbg, but it doesn't seem to support this, as far as
I'm aware (ie: you need to set the url, etc inside of the debugger,
and I'm still trying to figure out arguments/etc with it.). I'm not
too hot on a graphical debugger - I'd rather be able to stick with
emacs.
Any suggestions would be greatly appreciated.
thanks again,
jon
I'd like to be able to debug php scripts on the command line, going
through the
browser. In other words, set up the debugger to listen and then type
in a url and have the code stop before displaying stuff to the
browser. Then, step through each individual piece of code, etc, whilst
having the output mirrored to either another file or the debugger
screen...
Anyway, I tried dbg, but it doesn't seem to support this, as far as
I'm aware (ie: you need to set the url, etc inside of the debugger,
and I'm still trying to figure out arguments/etc with it.). I'm not
too hot on a graphical debugger - I'd rather be able to stick with
emacs.
Any suggestions would be greatly appreciated.
thanks again,
jon
Comment