CodeIgniter Forums
I created a Mac OSX Xdebug client to debug PHP code - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: I created a Mac OSX Xdebug client to debug PHP code (/showthread.php?tid=55198)



I created a Mac OSX Xdebug client to debug PHP code - El Forum - 10-14-2012

[eluser]Phatbyte[/eluser]
Hello CI community.

I just want to share with all of you my latest app, it's for Mac OSX and it's a Xdebug client.
I'm going to release it very soon, meanwhile you can check it out at http://codebugapp.com/

In a nutshell here are some of the main features:

- Doesn't need to set breakpoints directly to debug, one can just type "xdebug_break();" on their code so Codebug gets notified with everything (including source code)
- Supports breakpoits (if you don't want to use the above option)
- Path mapping
- Awesome code viewer with custom themes

More features are on planning board.
I'd love to know if this would be something you would like to use as a standalone tool.

Cheers guys


I created a Mac OSX Xdebug client to debug PHP code - El Forum - 10-16-2012

[eluser]mrh[/eluser]
im giving this a try but i cannot seem to get it to work. nothing shows up in codebug and ive followed you steps to load xdebug and set config options still nothing