Godefroid Chapelle
Godefroid Chapelle
@apatrushev Thanks for documenting your workaround.
@om-saran When new IPython is released, can you confirm and close ?
Are you using Jupyter ?
Which is based on jupyter... Are you asking for reloading code while debugging ? I highly doubt it would be possible.
I would suggest to try sthing like explained here: https://maurcz.github.io/posts/002-customizing-the-python-debugger/ Iow, I think that you can subclass `ipdb` yourself.
Which versions of Python and IPython ?
Well, if you use `ipdb`, you use `IPython` because it is a dependency. Can you check which version has been installed ?
I do not see that warning when running with Python 3.8.8 and IPython 8.0.1.
Could it be related to `pylint` ? see https://github.com/PyCQA/pylint/issues/782
how did you install `ipdb` ? Are you in conda or jupyter or another environment ?