Author Topic: remote Debug PHP code?  (Read 5768 times)

Bigal

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
remote Debug PHP code?
« on: 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.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: remote Debug PHP code?
« Reply #1 on: 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.

Bigal

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
Re: remote Debug PHP code?
« Reply #2 on: 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.