IPython pdb
-----------

allows to use 

::

        from ipdb import set_trace; set_trace()

You then get all the nice stuff from IPython (tab completion, nice tracebacks)
right in pdb.


Credits
-------

   * patch from Jean Jordaan for correct setup of colors
