what is the best PHP debugger that is for free.
just be aware that it's good to combine xdebug witha good IDE that helps you step through the code!
tharkun
2009-09-29 19:00:11
Komodo works nicely with XDebug.
Alex
2009-09-29 19:12:06
+2
A:
Aptana IDE has very good debugging tools and it easily integrates with Xdebug! NetBeans also has a good debugger!
tharkun
2009-09-29 18:58:31
very nice post! and I advocate Aptana IDE + Xdebug over Eclipse PDT + Xdebug :)
tharkun
2009-09-29 19:20:00
I am myself using Aptana as a plugin into PDT, to edit CSS/JS/HTML ; but for PHP, I still use PDT -- have never seen a reason to switch to Aptana for PHP specifically, actually.
Pascal MARTIN
2009-09-29 19:21:35
A:
I was using Zend Debugger with Zend Studio a while back (when Zend Studio was not acting a fool) and it worked great. The added bonus was the Firefox toolbar that allowed to customize the interaction. Very nicely integrated.
Miha Hribar
2009-09-29 19:19:23
A:
Netbeans WOULD be the best, but its got some honery inability to debug some sources which coexist in directories below index.php
Alistair
2009-10-30 06:45:39
+2
A:
I've setup a PHP debugging with both eclipse and phpstorm. phpstorm + xdebug was by far easier to setup.
rxn
2010-06-14 23:19:39
My current setup, as well. I moved over to phpstorm + xdebug from Aptana.
Mike Munroe
2010-10-11 15:34:54