PdbpPlease!

pdbpp is an awesome module that replaces pdb and makes debugging way nicer in Python. https://pypi.python.org/pypi/pdbpp/ A debugger is an extremely useful tool. I used to spend a lot of time with pdb. Then there was pdbpp and it has made debugging a much much nicer...

MacGDBp – A Neat PHP Debugger for Mac Users

MacGDBp – A neat PHP debugger for Mac users MacGDBp is a nifty Mac application by Blue Static (http://www.bluestatic.org) for debugging PHP web applications. MacGDGp works with the Xdebug extension and is very easy to set up. Like any other debugger, MacGDBp...