Feng Forum

Other Topics => Development => Applications => : Bigal June 18, 2009, 09:24:12 PM

: remote Debug PHP code?
: Bigal June 18, 2009, 09:24:12 PM
Developers do any of you use a remote debug tool for when PHP code is running on server? If so, debugger recommendations (phpedit or?) please as I want to debug the mail modules and see whats causing some problems.
Cheers,
Alistair.
: Re: remote Debug PHP code?
: ignacio June 22, 2009, 12:32:23 PM
You can try using eclipse PDT with XDebug or Zend Debugger. Though it is not easy at all to make it work. :) A google search will bring you lots of tutorials on how to configure those debuggers with PDT.

Regards.
: Re: remote Debug PHP code?
: Bigal June 22, 2009, 03:25:17 PM
Thanks 4 reply. In the meantime I've tried Aptana and Netbeans and settled for Netbeans. It took ages to get Xdebug working with it due to my running 2 local servers interfering with the interface of xdebug and Netbeans. After uninstalling one server all was good. Although due to speed issues, I think I'll end up debugging on the local server.
Cheers,
Al.