I've been working in jupyter notebooks that have pdbpp installed in the virtual environment. I'm a user of the %debug magic function which lets me launch a debugger when an exception is raised from ...
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 ...