Not sure if this would be the right section but I just wanted to share with you my Xdebug client app for OSX, not sure if many of you guys use Xdebug or even Mac, but I just want to spread the word and get some feedback
You can find it here http://codebugapp.com/
This app is mostly targeted for people who like me prefer to use an text editor instead of an IDE, since I couldn't find a debugger that did want I wanted I created one.
Just install it, and add "xdebug_break();" to your code and if you have xdebug installed and configured correctly your are good to go.
Hope you find it useful