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 ...
Starting today the ipython debugger is crashing on new variable creation/assignment while debugging. I can see already existing variables. I can update values of existing variables. I am using it like ...