Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maciejzj opened this issue Nov 8, 2023 · 1 comment
Open

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

maciejzj opened this issue Nov 8, 2023 · 1 comment

Comments

@maciejzj
Copy link

maciejzj commented Nov 8, 2023

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.

@gotcha
Copy link
Owner

gotcha commented Dec 14, 2023

Your request makes sense.

Any PR is welcome. Including breaking 2.7 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants