It's probably just a pipe dream, but... I'm looking for Linux php editor/IDE that has debugging support (xdebug).
I know there is a couple of them like: Eclipse, Aptana, Netbeans, - but they all written in Java as I recall and not exactly snappy.
I've beeen using notepad++ on Windows with dbgp plugin (for xdebug debugging). Unfortunately notepad++ is not available in Linux (not without Wine trickery).
Does anyone knows any non-java lightweight editor that has xdebug support?
Appreciate your help guys.