A new Xdebug client for mac

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
3heap
Forum Newbie
Posts: 1
Joined: Mon Oct 22, 2012 6:35 pm

A new Xdebug client for mac

Post by 3heap »

Hi everyone,
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
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: A new Xdebug client for mac

Post by Weirdan »

Well, if you ported it to linux and dropped the price to a more reasonable level (say $25) I'd be your customer.
Post Reply