ipdb
ipdb copied to clipboard
IPython config file (`ipython_config.py`) is not used by ipdb
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.
Your request makes sense.
Any PR is welcome. Including breaking 2.7 support.