views:

44

answers:

3

I have used MacDBG for debugging PHP scripts with XDebug and have been very happy with it. However, I have been forced to use Windows and haven't been able to find a comparable debugging client. Are there any suggestions?

A: 

I'd recommend one IDE that (I think) is capable of debugging: * Eclipse with PHP environment.

Also, a friend of mine worked in our internal web maintenance team and used this: http://www.jcxsoftware.com/vs.php however, it isn't free as far as I know.

Ninefingers
A: 

I'm a big fan of Notepad++ with the DBGP plugin. Both free and easy to set up.

djn
A: 

How about Netbeans, with XDebug? I've not used it to debug on Windows, but it's very easy to set up on Linux.

therefromhere