Posted by ethanw on June 30, 2008 at 6:39pm
Following the discussion at last Wednesday's meetup, I posted some detailed "how-to" instructions on how to set up XDebug, MAMP, and Eclipse w/ PDT here:
http://labs.echoditto.com/drupal-xdebug-pdt-eclipse
A lot of these instructions should apply to Windows users and non-MAMP users as well, the only real difference should be where the xdebug.so file comes from and where it lives. Look forward to feedback, more to come (probably a quick screencast of PDT/XDebug tricks to start with).
Cheers,
Ethan

Comments
I wasn't able to make it to
I wasn't able to make it to the meetup, so this is especially helpful to me. Thanks a ton, Ethan.
Hi, having problems using
Hi, having problems using eclipse and drupal: http://drupal.org/node/661698, notice that the pictures of above "how-to" are not working anymore..:(
Greetings, Martijn
I have the same problem
Hi, I got the problem saying that: launching: waiting for xdebug session....
Finding Hifive: Farlee...
try debugging with vim?
I had this problem a while back, trying to get Eclipse set up, and stumbled upon this solution for debugging with Vim. I found Vim debugging with Xdebug to be a lot easier to set up and I've been using this ever since. I know this isn't really the solution you're looking for, but here it is incase it's helpful to you:
http://2bits.com/articles/using-vim-and-xdebug-dbgp-for-debugging-drupal...