ipdb icon indicating copy to clipboard operation
ipdb copied to clipboard

IPython config file (`ipython_config.py`) is not used by ipdb

Open maciejzj opened this issue 2 years ago • 1 comments

Hi, I use both ipython as my main python shell and ipdb as my debugger. I have some ipython setup code in ipython config. In my case, I use it via setting env variable export IPYTHONDIR=/Users/maciej/.config/ipython. However, this configuration doesn't affect the ipython inside ipdb. Is this behaviour intended? Is there any way to setup ipython options inside ipdb?

I am talking about ipython configuration described here: https://ipython.readthedocs.io/en/stable/config/intro.html

In my case, I setup come keybindings inside my config, I would love to have them in ipdb too.

maciejzj avatar Nov 08 '23 07:11 maciejzj

Your request makes sense.

Any PR is welcome. Including breaking 2.7 support.

gotcha avatar Dec 14 '23 13:12 gotcha