Godefroid Chapelle
Godefroid Chapelle
Does it work outside spyder ?
Is #155 a fix for this issue ? Or is it unrelated ?
This sounds like a IPython bug (ipdb is a lightweight wrapper). Did you check in their github issues ?
I guess a PR would be welcome. It should extend ``_init_pdb`` to accept ``skip`` argument.
Should be fixed by https://github.com/gotcha/ipdb/commit/9b2f0e59dc5133254351b2e3420aa2c54436bab5
@sjatkins Did you try to install ipdb from source to test 9b2f0e5 ?
@cclamb Can you expand what you mean bout the current implementation ?
@cclamb Thanks for the detailed explanation. I agree with what you state. I was actually hoping you would already have a better idea. I'll dig deeper.
@cclamb @MaximilianR Can you try code from #84 ? The README explains how to explicitly ask for stdout fiddling: https://github.com/gotcha/ipdb/tree/fix_stdout#issues-with-stdout
Can you provide more context ?