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
2010-01-28 23:37:44
A:
I'm a big fan of Notepad++ with the DBGP plugin. Both free and easy to set up.
djn
2010-01-30 15:00:16
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
2010-01-30 15:03:41