Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionany suggestions for good php debuggers, which are not bloated?
i tried using xdebug with dbgp plugin on notepad++, but it seems the dbgp plugin isn't compatible with notepad++ and hence, didn't work out crashing the app every time i accessed the debugger. any other suggestions?
Not sure it would qualify as "not-bloated", but I'm generally using Eclipse PDT (along with Xdebug), and it's working well.
I know colleagues who use netbeans, and are satisfied with it too (tried it MySQL a couple of times, didn't feel bad).
Maybe they are a bit heavy, yes... But they are full IDE, under active development, maintained, ... so, not a bad choice, IMHO.
I don't know if you only want open source or free software.
But in our company we use....
nusphere. It is good.
but if you want free / opensource then Eclipse is also very good.
Netbeans is good but its little bit heavy.
And yes....this both are full IDE.
精彩评论