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

TAB completion not working when fiddling with stdout #257

Open
ebartrum opened this issue Nov 29, 2022 · 1 comment
Open

TAB completion not working when fiddling with stdout #257

ebartrum opened this issue Nov 29, 2022 · 1 comment
Labels

Comments

@ebartrum
Copy link

Hey,
Thanks for the information on the README about using ipdb when fiddling with stdout! That has solved a headache I've had for quite a while, whilst working within a forked repo which fiddles with stdout for logging purposes. I'm now able to use ipdb by running: import ipdb; ipdb.sset_trace(); ipdb.spm()
The arrow keys work correctly now, which they didn't before. However, TAB completion still doesnt work for me in this scenario. When I hit TAB, the cursor moves forward. When I'm not fiddling with stdout, TAB completion works correctly for me.

Any ideas how I could solve this? In case it's helpful, the code which is fiddling with stdout is here:

@gotcha
Copy link
Owner

gotcha commented Dec 13, 2022

No idea at first thought. Sorry

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

No branches or pull requests

2 participants