views:

59

answers:

4

I use DBG because I heard you can debug from browser but it doesn't seem to be well supported by IDE's and is pain in the ass to setup.

Do you guys use xdebug or dbg? Any other suggestions are very very welcome!

+3  A: 

I use xdebug with eclipse pdt and am very happy with it. The setup is not painless, but it's not that bad either. Here's an article from Zend's Developer Zone explaining how to set it up with eclipse: http://devzone.zend.com/article/2930

Mike B
A: 

Komodo Edit from activestate uses Xdebug as well. http://docs.activestate.com/komodo/4.4/debugphp.html

easement
A: 

According to the ActiveState website Komodo Edit does not provide debugging, I think you will need to Komodo IDE instead, but I'm not 100% sure.

meme
A: 

Zend Server w/ Zend Studio.

Both come with the debug module pre-configured and a browser plug-in making for painless php debugging.

txyoji