I'm trying to use pudb to debug code from within IPython. This used to work wonderfully, but seems to be broken now unfortunately. Sample (interactive) snippet to induce the problem In [1]: import ...
ipdb exports functions to access the IPython debugger, which features tab completion, syntax highlighting, better tracebacks, better introspection with the same interface as the pdb module. The ...