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


I don't know if you only want Open Source or free software.
But in our company we use ...
nusphere . It's good.
but if you want free / openource then Eclipse is pretty good too.
Netbeans is good, but its a bit heavy.



And yes ... they are both full IDEs.

+1


a source







All Articles