Hi, I finally released pdb++ (which got some attention due to a lightning talk at last europython). It starts from version 0.6, since it has been around for years now and it is stable enough to be used during normal devlopment.
https://bitbucket.org/antocuni/pdb/src >From the README: This module is an extension of the pdb module of the standard library. It is meant to be fully compatible with its predecessor, yet it introduces a number of new features to make your debugging experience as nice as possible. pdb++ features include: * colorful TAB completion of Python expressions (through fancycompleter) * optional syntax highlighting of code listings (through pygments) * sticky mode * several new commands to be used from the interactive (Pdb++) prompt * smart command parsing (hint: have you ever typed r or c at the prompt to print the value of some variable?) * additional convenience functions in the pdb module, to be used from your program pdb++ is meant to be a drop-in replacement for pdb. If you find some unexpected behavior, please report it as a bug. Enjoy, Antonio Cuni -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/