Godefroid Chapelle
Godefroid Chapelle
I do not understand what you mean. Can you gibe an example with ipdb ?
It is supposed to work without -m as explained when running `ipdb -h` ``` usage: ipdb.py scriptfile [arg] ... ``` Have you tried ?
@kprussing If I understand well what you say, this is not an `ipdb` bug but a Python 3 bug. Correct ?
PR welcome. Like a GH action that would push wheels to pypi when tag is pushed.
I guess this is an issue with IPython. Can you check that you have the issue without ``ipdb`` ?
I would guess that `behave`, like `nose`, hijacks stdout. Prior to 0.8.1, `ipdb` would firmly "acquire" stdout. Since 0.8.1, we do it only if `nose` has been imported. I knew...
Can you try code from https://github.com/gotcha/ipdb/pull/84 ? The README explains how to explicitly ask for stdout fiddling: https://github.com/gotcha/ipdb/tree/fix_stdout#issues-with-stdout
I am not sure I understand what you mean. Maybe that you would like `bpython` features in `pdb`. Then you should check with the `bpython` team. `ipdb`is a light wrapper...
When you say recently, does that mean that it does not happen with previous versions of traitlets ? or IPython ?
Have you checked https://stackoverflow.com/questions/15122375/get-ipython-tab-completion-for-ipdb ?