Is tab supposed to work in the ultratb prompt ?
See original GitHub issueI really love ultratb and I probably overuse it (instead of logging and running I often raise)
When I press tab I get a tab char inserted into the ipdb REPL.
Is tab supposed to work in ultratb or does tab completion require prompt_toolkit
? Maybe it is not working on my machine or maybe it is working as it is supposed to–not sure.
If it is not supposed to work would it make sense to supply TerminalPdb instead of debugger.Pdb ? Maybe that could be exposed as a kwargs option…
Python 3.9.10 (main, Jan 17 2022, 00:00:00)
import IPython
@>>> IPython.version_info
(8, 0, 1, '')
kitty 0.21.2 created by Kovid Goyal
fish, version 3.3.1
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
BENADRYL® Allergy ULTRATABS® Tablets with ...
Use BENADRYL ® Allergy ULTRATABS ® Tablets with 25 mg of diphenhydramine HCI, antihistamine, for effective relief from symptoms related to hay fever,...
Read more >Product Safety and Recalls - Campmor
ULTRAtab's Recall of [Electrolyte Tablet, 4-Component Cold Tabs, or Coated Acetaminophen 500 mg Tablet]. Impacting [Adventure Medical Kits, Easy Care Kits, ...
Read more >8.x Series — IPython 8.7.0 documentation
If you are looking for an IPython version compatible with Python 2.7, please use the IPython 5.x LTS release and refer to its...
Read more >IPython 3.2.1 documentation
IPython is meant to work as a drop-in replacement for the standard interactive interpreter. As such, any code which is valid python should...
Read more >Benadryl Allergy Ultratab Tablets - 48 ct - Optum Store
Benadryl Allergy Ultratab Tablets - 48 ct, Buy with HSA/FSA on the Optum Store. ... The promo code is for one-time use only...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s a bug. You can patch locally:
And then using
Works for me.
I need to look into a proper fix, and see if it has other effects, or you can try to send a PR.
Here is a quick way to test it out