pdbpp: tab doesn't start autocomplete
The prompt is correct, (Pdb++)
, but a tab just moves the cursor over to the right. Possibly a readline issue on my system?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (1 by maintainers)
Commits related to this issue
- incorporate this patch: https://github.com/antocuni/pdb/issues/74#issuecomment-355648229 — committed to pdbpp/fancycompleter by antocuni 6 years ago
- Fix autocompletion on OSX (#4) Ref: https://github.com/antocuni/pdb/issues/74 — committed to pdbpp/fancycompleter by theY4Kman 5 years ago
As a workaround, you can install my fork of fancycompleter with antocuni’s patch and py3 fix: