views:

75

answers:

1

Hi my PHP project is set up on a remote test machine. I need to debug it using eclipse IDE. How shall I progress. I came to know i should prefer Xdebug rather than zend debugger.

Please clarify my doubt.

+1  A: 

Here are some tutorials

http://www.starbowconsulting.com/blog/tao/setting-eclipse-pdt-and-xdebug

http://devzone.zend.com/article/2930

http://robsnotebook.com/php_debugger_pdt_xdebug

http://www.xdebug.org/docs/remote

JoseK
hey thanks for helping
Dora
@Dora: If it helped, you could upvote :)
JoseK