Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use xdebug with eclipse IDE for PHP

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.

like image 648
Dora Avatar asked Aug 27 '10 07:08

Dora


1 Answers

Here are some tutorials you can use.

  • (dead link) http://www.starbowconsulting.com/blog/tao/setting-eclipse-pdt-and-xdebug
  • (updated link below) http://devzone.zend.com/article/2930
  • https://devzone.zend.com/1147/debugging-php-applications-with-xdebug/
  • http://robsnotebook.com/php_debugger_pdt_xdebug
  • http://xdebug.org/docs/remote
like image 191
JoseK Avatar answered Sep 18 '22 10:09

JoseK