You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: