Php debuggers that aren't bloated
any suggestions for good php debuggers that aren't bloated?
I tried using xdebug with the dbgp plugin in notepad ++, but the dbgp plugin seems to be incompatible with notepad ++ and therefore did not work when the application crashed every time I accessed the debugger. any other suggestions?
+2
a source to share
2 answers
Not sure if it would qualify as "non-bloat", but I usually use Eclipse PDT (along with Xdebug) and it works well.
I know colleagues who use netbeans and are happy with it (tried MySQL several times, didn't feel bad).
Maybe they are a little heavy, yes ... But they are complete IDEs, with active development, supported, ... so not a bad choice, IMHO.
+4
a source to share